mirror of
https://github.com/wgh136/nysoure.git
synced 2025-09-28 04:27:24 +00:00
Initial commit
This commit is contained in:
6
frontend/src/pages/home_page.tsx
Normal file
6
frontend/src/pages/home_page.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import ResourcesView from "../components/resources_view.tsx";
|
||||
import {network} from "../network/network.ts";
|
||||
|
||||
export default function HomePage() {
|
||||
return <ResourcesView loader={(page) => network.getResources(page)}></ResourcesView>
|
||||
}
|
Reference in New Issue
Block a user