mirror of
https://github.com/johndoe6345789/low-code-react-app-b.git
synced 2026-04-26 06:34:54 +00:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import AppRouterBootstrap from '@/components/app/AppRouterBootstrap'
|
|
|
|
export default function App() {
|
|
return <AppRouterBootstrap />
|
|
}
|