Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

Commit

Permalink
updated paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Manas2403 committed Jun 18, 2023
1 parent 53b800e commit 4787bda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/faq/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import faqs from "./faqs.json";
import { Collapse, Text } from "@nextui-org/react";
import { AppbarContext } from "../../components/context";
import { useContext, useEffect } from "react";
import Footer from "../../components/sections/footer";
import Footer from "../../components/sections/Footer";
import React from "react";
import SEO from "../../components/utils/SEO";
export default function FAQ() {
Expand Down

0 comments on commit 4787bda

Please sign in to comment.