mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 06:17:10 +00:00
init: react router
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
import { Routes } from "react-router";
|
||||
import "./styles/globals.css";
|
||||
|
||||
export default function App() {
|
||||
return <>Hello world yopta</>;
|
||||
return <Routes />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user