feat: add routing (#4)

This commit is contained in:
2024-10-27 16:07:03 +03:00
parent 855887079b
commit 693a7c5420
9 changed files with 98 additions and 6 deletions

7
src/pages/arm/index.tsx Normal file
View File

@@ -0,0 +1,7 @@
import React from "react";
const Page = () => {
return <h1>Arm </h1>;
};
export default Page;