mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-09 15:05:35 +00:00
feat: add basic admin dashboard
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user