👔 create config for routing

This commit is contained in:
2025-08-05 07:05:32 +07:00
parent ed8acbbcb0
commit 9930f27a84
6 changed files with 40 additions and 9 deletions

View File

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