ignoreBuildErrors: true
This commit is contained in:
@@ -1,9 +1,7 @@
|
||||
import React from 'react'
|
||||
import ResponsiveNav from "@/components/Navbar/ResponsiveNav";
|
||||
import { fetchCourses, fetchSettings, fetchAboutus } from "@/utils";
|
||||
import { CoursesProps, AboutusProps } from "@/types";
|
||||
import Course from '@/components/Course/Course';
|
||||
import dynamic from 'next/dynamic'
|
||||
import {AboutusProps } from "@/types";
|
||||
import Home from '@/components/Aboutus/Home';
|
||||
async function getCourses() {
|
||||
const courses = await fetchCourses();
|
||||
|
Reference in New Issue
Block a user