Files
NetMapper2026/frontend/src/App.tsx
T

8 lines
124 B
TypeScript
Raw Normal View History

import { InventoryPage } from './pages/InventoryPage';
function App() {
return <InventoryPage />;
}
export default App;