fix: monorepo typing

This commit is contained in:
Simon
2025-12-16 01:30:40 +08:00
parent 9351948794
commit 54eb50f7be
3 changed files with 18 additions and 6 deletions

View File

@@ -4,8 +4,8 @@ import { useHashLocation } from 'wouter/use-hash-location'
import './i18n/config'
import './i18n/types'
import { default as PagesRouter } from './router.tsx'
import { default as TestPagesRouter } from './test-pages/router.tsx'
import { default as PagesRouter } from './router'
import { default as TestPagesRouter } from './test-pages/router'
import './index.css'