update: setup layouts and basic ui
This commit is contained in:
13
src/app/(main)/home/page.tsx
Normal file
13
src/app/(main)/home/page.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
"use client";
|
||||
|
||||
import Notice from "@/components/cstb/Notice";
|
||||
|
||||
const Home = () => {
|
||||
return (
|
||||
<section>
|
||||
<Notice />
|
||||
</section>
|
||||
);
|
||||
};
|
||||
|
||||
export default Home;
|
||||
Reference in New Issue
Block a user