Skip to content

Commit

Permalink
renaming demosite to annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
sumn2u committed Jun 14, 2024
1 parent 3412b01 commit 50f585c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions client/src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import React from "react"
import {createRoot} from "react-dom/client"
import Theme from "./Theme"
import DemoSite from "./DemoSite"
import Annotation from "./Annotation"
import "./site.css"
import {SettingsProvider} from "./SettingsProvider"

Expand All @@ -12,7 +12,7 @@ const Site = () => {
.replace(/\/$/, "")
.split("/")
.slice(-1)[0]
return <Theme><SettingsProvider><DemoSite/></SettingsProvider></Theme>
return <Theme><SettingsProvider><Annotation/></SettingsProvider></Theme>
}

const container = document.getElementById("app")
Expand Down

0 comments on commit 50f585c

Please sign in to comment.