Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
d-mittal-21 committed Jul 13, 2023
1 parent 6388e8d commit 1afd5d8
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 227 deletions.
10 changes: 5 additions & 5 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ import ScrollUp from "@/components/Common/ScrollUp";
import Contact from "@/components/Contact";
import Hero from "@/components/Hero";
import { Inter } from "@next/font/google";
import Achievement from "./achievment/page";
import Humanoid from "./humanoids/page";
import SponsorPage from "./sponsors/page";
import TeamPage from "./teams/page";
import AboutPage from "./about/page";
import Achievement from "@/app/achievment/page";
import Humanoid from "@/app/humanoids/page";
import SponsorPage from "@/app/sponsors/page";
import TeamPage from "@/app/teams/page";
import AboutPage from "@/app/about/page";

const inter = Inter({ subsets: ["latin"] });

Expand Down
1 change: 1 addition & 0 deletions next-env.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// <reference types="next" />
/// <reference types="next/image-types/global" />
/// <reference types="next/navigation-types/compat/navigation" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
Loading

0 comments on commit 1afd5d8

Please sign in to comment.