Added New Page
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import YourPage from "../components/YourPage";
|
||||
|
||||
export default function YourPages() {
|
||||
return <YourPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user