prototype 1.1

This commit is contained in:
2026-05-07 13:01:59 +03:00
parent eb9bbed092
commit fde574c7a0
4 changed files with 494 additions and 53 deletions

View File

@@ -1,7 +1,8 @@
import React from 'react';
import { Admin, Resource } from 'react-admin';
import { Admin, Resource, Layout } from 'react-admin';
import { authProvider } from './authProvider';
import { dataProvider } from './dataProvider';
import { MyLayout } from './layout/MyLayout';
import Dashboard from './resources/dashboard/Dashboard';
import { UserList, UserEdit } from './resources/users';
import { ReportList, ReportEdit } from './resources/reports';