init: react router

This commit is contained in:
moolcoov
2025-02-27 18:08:13 +03:00
parent 7555e2297f
commit 0b843ced89
8 changed files with 30 additions and 27 deletions
+4 -1
View File
@@ -1,3 +1,6 @@
import { Routes } from "react-router";
import "./styles/globals.css";
export default function App() {
return <>Hello world yopta</>;
return <Routes />;
}