refactor typescript wiring

This commit is contained in:
seavor 2026-04-15 15:46:17 -05:00
parent cea9ae62d8
commit c62c336a11
286 changed files with 2999 additions and 3053 deletions

View file

@ -1,9 +1,13 @@
// MUST be first: installs BigInt.prototype.toJSON before any module that
// creates the Redux store or connects to Redux DevTools.
import './polyfills';
import { StrictMode } from 'react';
import { createRoot } from 'react-dom/client';
import { StyledEngineProvider } from '@mui/material';
import { ThemeProvider } from '@mui/material/styles';
import { AppShell } from './containers';
import { AppShell } from '@app/containers';
import { materialTheme } from './material-theme';
import './i18n';