refactor: relocate shell-demo app to the showcase directory

This commit is contained in:
Firman Ramdhani
2026-06-22 18:22:39 +07:00
parent fb1d360a46
commit 81de76a510
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import { NotFound, Forbidden, Maintenance, ComingSoon } from '@repo/ui/component
const AuthModule = lazy(() => import('./auth'));
const AppModule = lazy(() => import('./modules'));
const ShowcaseView = lazy(() => import('./showcase/showcase-view'));
const ShellDemo = lazy(() => import('./shell-demo'));
const ShellDemo = lazy(() => import('./showcase/shell-demo'));
export default function App() {
const [colorScheme, setColorScheme] = useState<ColorSchemeType>('light');