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