feat(app / dev / page): modified file
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
export default function PageDev() {
|
import PageLandingPage from "./landing-page/page";
|
||||||
return <>
|
|
||||||
Page Dev
|
export default async function PageDev() {
|
||||||
|
return (
|
||||||
|
<>
|
||||||
|
<PageLandingPage />
|
||||||
</>
|
</>
|
||||||
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user