hotfix leftover import

This commit is contained in:
3zachm 2022-12-08 19:30:20 -08:00
parent 5566086e9e
commit bcf9e9254e

View file

@ -4,7 +4,6 @@ import HomeLayout from "../layouts/HomeLayout";
import { homeMain } from "../layouts/NavTemplates"; import { homeMain } from "../layouts/NavTemplates";
import type { NextPageWithLayout } from "./_app"; import type { NextPageWithLayout } from "./_app";
import Image from "next/image"; import Image from "next/image";
import Slider from "@mui/material/Slider";
const Home: NextPageWithLayout = () => { const Home: NextPageWithLayout = () => {
let api7tvEmotes = `/api/7tv/emotes?c=61ad997effa9aba101bcfddf`; let api7tvEmotes = `/api/7tv/emotes?c=61ad997effa9aba101bcfddf`;