feat: profile page
This commit is contained in:
1
src/pages/profile.module.scss
Normal file
1
src/pages/profile.module.scss
Normal file
@@ -0,0 +1 @@
|
||||
@reference "../index.scss";
|
||||
12
src/pages/profile.tsx
Normal file
12
src/pages/profile.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
import Layout from "@/components/layout";
|
||||
import { FunctionComponent } from "preact";
|
||||
|
||||
const ProfilePage: FunctionComponent = () => {
|
||||
return (
|
||||
<Layout>
|
||||
<p>Profile</p>
|
||||
</Layout>
|
||||
);
|
||||
};
|
||||
|
||||
export default ProfilePage;
|
||||
Reference in New Issue
Block a user