feat: add basic admin dashboard

This commit is contained in:
Sonny
2024-05-26 03:18:25 +02:00
committed by Sonny
parent f3f7f6272f
commit 202f70b010
24 changed files with 324 additions and 33 deletions

View File

@@ -1,11 +1,13 @@
import { resolvePageComponent } from '@adonisjs/inertia/helpers';
import { createInertiaApp } from '@inertiajs/react';
import { hydrateRoot } from 'react-dom/client';
import { primaryColor } from '~/styles/theme';
import 'react-toggle/style.css';
import { primaryColor } from '~/styles/theme';
import '../i18n/index';
import 'dayjs/locale/en';
import 'dayjs/locale/fr';
const appName = import.meta.env.VITE_APP_NAME || 'MyLinks';
createInertiaApp({