fix: pageLayer replaced page
This commit is contained in:
+2
-4
@@ -1,11 +1,9 @@
|
||||
import {HomePage} from "@pages/HomePage";
|
||||
|
||||
|
||||
import { HomePage } from "@pagesLayer/HomePage"
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
<main>
|
||||
<HomePage/>
|
||||
<HomePage />
|
||||
</main>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user