added subpages and loading component
This commit is contained in:
12
src/app/about/page.tsx
Normal file
12
src/app/about/page.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Stars from "@/components/stars";
|
||||
import React from "react";
|
||||
|
||||
const page = () => {
|
||||
return (
|
||||
<main className="w-100 m-0 h-screen">
|
||||
<Stars />
|
||||
</main>
|
||||
);
|
||||
};
|
||||
|
||||
export default page;
|
||||
Reference in New Issue
Block a user