steelforesight/src/App.tsx

5 lines
187 B
TypeScript

// App.tsx is no longer the entry point.
// Routing is handled by src/app/router.tsx → src/main.tsx
// This file is kept as a placeholder.
export default function App() { return null }