rebase generation
This commit is contained in:
8
.claude/worktrees/goofy-haslett/client/src/bootstrap.tsx
Normal file
8
.claude/worktrees/goofy-haslett/client/src/bootstrap.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Admin } from 'react-admin';
|
||||
import { authProvider } from './auth/authProvider';
|
||||
import { dataProvider } from './dataProvider';
|
||||
import App from './App';
|
||||
|
||||
export function BootstrapApp() {
|
||||
return <Admin authProvider={authProvider} dataProvider={dataProvider} title="KIS-TOiR"><App /></Admin>;
|
||||
}
|
||||
Reference in New Issue
Block a user