Add new frontend - fix 3
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { AuthProvider } from '../api';
|
||||
import { AuthProvider } from '../contexts/AuthContext';
|
||||
import '../styles/globals.css';
|
||||
|
||||
function App({ Component, pageProps }: any) {
|
||||
|
||||
@@ -9,6 +9,7 @@ import {
|
||||
CloudArrowUpIcon,
|
||||
BuildingStorefrontIcon,
|
||||
UserCircleIcon,
|
||||
CpuChipIcon
|
||||
} from '@heroicons/react/24/outline';
|
||||
import { SalesUploader } from '../components/data/SalesUploader';
|
||||
import { TrainingProgressCard } from '../components/training/TrainingProgressCard';
|
||||
|
||||
Reference in New Issue
Block a user