Base layout
This commit is contained in:
parent
874bd18f11
commit
f1e90c4dd2
34 changed files with 2966 additions and 2725 deletions
7
src/components/Member/Member.tsx
Normal file
7
src/components/Member/Member.tsx
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
import type { Component } from "solid-js";
|
||||
|
||||
const Member: Component = () => {
|
||||
return <div></div>;
|
||||
};
|
||||
|
||||
export default Member;
|
||||
1
src/components/Member/index.ts
Normal file
1
src/components/Member/index.ts
Normal file
|
|
@ -0,0 +1 @@
|
|||
export * from "./Member";
|
||||
Loading…
Add table
Add a link
Reference in a new issue