|
|
@@ -262,11 +262,11 @@ function Screen() {
|
|
|
if (isSdNew) return <Sd />;
|
|
|
return (
|
|
|
<>
|
|
|
- {/* <SideBar className={isHome ? styles["sidebar-show"] : ""} /> */}
|
|
|
+ <SideBar className={isHome ? styles["sidebar-show"] : ""} />
|
|
|
<WindowContent>
|
|
|
<Routes>
|
|
|
<Route path={Path.Home} element={<Chat />} />
|
|
|
- <Route path={'/record'} element={<Record />} />
|
|
|
+ {/* <Route path={'/record'} element={<Record />} /> */}
|
|
|
{/* <Route path={Path.NewChat} element={<NewChat />} /> */}
|
|
|
{/* <Route path={Path.Masks} element={<MaskPage />} /> */}
|
|
|
{/* <Route path={Path.Chat} element={<Chat />} /> */}
|