fixing tsc errors

This commit is contained in:
Arjun Patel
2022-02-10 15:25:44 -08:00
parent bc9089d94d
commit 901df9ef8d
6 changed files with 10 additions and 28 deletions
-3
View File
@@ -1,9 +1,6 @@
import { Divider } from "antd";
import Link from "next/link";
import { useRouter } from "next/router";
import { FaAngleRight } from "react-icons/fa";
import LandingPageActionBar from "../components/demo/LandingPageActionBar";
import Rooms from "../components/demo/Rooms";
import LangingPageLayout from "../components/Layouts/LandingPageLayout";
export default function Philosophy() {