upd
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import AboutMain from "@/components/pages/AboutPage/AboutMain";
|
||||
import { InProcess } from "@/components/pages/InProcess";
|
||||
// import { InProcess } from "@/components/pages/InProcess";
|
||||
|
||||
export default function AboutPage() {
|
||||
return <InProcess />;
|
||||
// return <AboutMain />;
|
||||
// return <InProcess />;
|
||||
return <AboutMain />;
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
import { InProcess } from "@/components/pages/InProcess";
|
||||
// import { InProcess } from "@/components/pages/InProcess";
|
||||
import WebMain from "@/components/pages/WebPage/WebMain";
|
||||
|
||||
export default function WebPage() {
|
||||
return <InProcess />;
|
||||
// return <WebMain />;
|
||||
// return <InProcess />;
|
||||
return <WebMain />;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user