2026-08-04 19:25:39 +00:00
|
|
|
import { InventoryPage } from './pages/InventoryPage';
|
2026-08-03 22:06:00 +00:00
|
|
|
|
2026-08-04 19:25:39 +00:00
|
|
|
function App() {
|
|
|
|
|
return <InventoryPage />;
|
2026-08-03 22:06:00 +00:00
|
|
|
}
|
2026-08-04 19:25:39 +00:00
|
|
|
|
|
|
|
|
export default App;
|