feat: header menus
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
export default function Home() {
|
||||
return <div>Main</div>;
|
||||
import { Home } from '@/views';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
<div>
|
||||
<Home />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user