add ityped, add strapi type generate plugin
This commit is contained in:
@@ -11,6 +11,7 @@ import FooterComponent from "@/components/footer.component";
|
||||
import SubscribeComponent from "@/components/subscribe.component";
|
||||
import MainHeaderComponent from "@/components/mainHeaderComponent";
|
||||
import BootstrapComponent from "@/components/bootstrap.component";
|
||||
import ITypedComponent from "@/components/ityped.component";
|
||||
|
||||
export default function Home() {
|
||||
return (
|
||||
@@ -27,6 +28,7 @@ export default function Home() {
|
||||
<FooterComponent />
|
||||
<AosComponent />
|
||||
<BootstrapComponent />
|
||||
<ITypedComponent />
|
||||
</>
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user