hotfix leftover import
This commit is contained in:
parent
5566086e9e
commit
bcf9e9254e
1 changed files with 0 additions and 1 deletions
|
@ -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`;
|
||||||
|
|
Loading…
Reference in a new issue