Cleaned up the Emulator JS

This commit is contained in:
2025-03-17 18:22:08 -05:00
parent 4be5dadb24
commit 61d1859437
4 changed files with 197 additions and 174 deletions

View File

@@ -1,4 +1,3 @@
import { LanguageProvider } from '@/providers/LanguageProvider';
import { Html, Head, Main, NextScript, DocumentProps } from 'next/document';
const RootDocument:React.FC<DocumentProps> = props => {