refactor: relocate shell-demo app to the showcase directory
This commit is contained in:
@@ -6,7 +6,7 @@ import { NotFound, Forbidden, Maintenance, ComingSoon } from '@repo/ui/component
|
|||||||
const AuthModule = lazy(() => import('./auth'));
|
const AuthModule = lazy(() => import('./auth'));
|
||||||
const AppModule = lazy(() => import('./modules'));
|
const AppModule = lazy(() => import('./modules'));
|
||||||
const ShowcaseView = lazy(() => import('./showcase/showcase-view'));
|
const ShowcaseView = lazy(() => import('./showcase/showcase-view'));
|
||||||
const ShellDemo = lazy(() => import('./shell-demo'));
|
const ShellDemo = lazy(() => import('./showcase/shell-demo'));
|
||||||
|
|
||||||
export default function App() {
|
export default function App() {
|
||||||
const [colorScheme, setColorScheme] = useState<ColorSchemeType>('light');
|
const [colorScheme, setColorScheme] = useState<ColorSchemeType>('light');
|
||||||
|
|||||||
Reference in New Issue
Block a user