diff --git a/apps/web/src/apps/index.tsx b/apps/web/src/apps/index.tsx
index 0b35f3d..7ca77b6 100644
--- a/apps/web/src/apps/index.tsx
+++ b/apps/web/src/apps/index.tsx
@@ -33,8 +33,7 @@ export default function App() {
Current Active Language: {i18n.language} @@ -173,7 +174,14 @@ export default function I18nSample() { type="text" value={adminModuleName} onChange={(e) => setAdminModuleName(e.target.value)} - style={{ padding: 6, borderRadius: 4, background: '#1e293b', border: '1px solid #475569', color: '#fff', width: 250 }} + style={{ + padding: 6, + borderRadius: 4, + background: '#1e293b', + border: '1px solid #475569', + color: '#fff', + width: 250, + }} />
- Simulates a user logging in. It fetches the config directly from IndexedDB (mock database) and applies the deep-merge override. + Simulates a user logging in. It fetches the config directly from IndexedDB (mock database) and applies the + deep-merge override.