Merge pull request 'refactor: remove unused imports from index.tsx and render-date.tsx' (#37) from core/page-provider into main

Reviewed-on: eigen/fe-monorepo-template#37
This commit is contained in:
2026-07-27 07:22:45 +00:00
3 changed files with 0 additions and 5 deletions
-2
View File
@@ -5,7 +5,6 @@ import { NotFound, Forbidden, Maintenance, ComingSoon, AgGridProvider } from '@r
import { LoadingScreen } from '../core/components/loading-screen';
import { useThemeStore } from '../core/stores/theme.store';
import { initializeAndPurgeHistoryBackground } from './modules/layouts/hooks/useHistoryTracker';
import { appStorage, AppStorageKey } from '../core/storage/local';
const AuthModule = lazy(() => import('./auth'));
const AppModule = lazy(() => import('./modules'));
@@ -28,7 +27,6 @@ export default function App() {
// Execution runs purely in the background (fire and forget)
// Will not block the initial UI rendering process
initializeAndPurgeHistoryBackground();
// appStorage.setItem(AppStorageKey.USER_ID, 'firman');
}, []);
return (
@@ -1,5 +1,3 @@
import { Paper, Box, Stack } from '@repo/ui/components';
import { FieldTextInput } from '@repo/ui/form';
import { useEnterpriseModuleTranslationContext, EnterpriseFormPageProvider, FormPageType } from '@repo/ui/foundations';
import { useMemo } from 'react';
import { fullPageModuleConfig } from '../../domain/constants';
@@ -1,4 +1,3 @@
import React from 'react';
import { DateUtils } from '@repo/utils';
export interface RenderDateProps {