**BREAKING:** - Upgrades minimum supported @types/react version from npm:types-react@19.0.0-beta.2 to npm:types-react@19.0.0-rc.0 - Upgrades minimum supported @types/react-dom version from npm:types-react-dom@19.0.0-beta.2 to npm:types-react-dom@19.0.0-rc.0 - Upgrades minimum supported react and react-dom version from 19.0.0-rc-f994737d14-20240522 to 19.0.0-rc-6230622a1a-20240610
5 lines
225 B
TypeScript
5 lines
225 B
TypeScript
export { RootLayout } from './layouts/Root/index.js'
|
|
export { Dashboard as DashboardPage } from './views/Dashboard/index.js'
|
|
export { LoginView } from './views/Login/index.js'
|
|
export { RootPage } from './views/Root/index.js'
|