Skip to content

Commit

Permalink
chore: clean unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Neet-Nestor committed Aug 3, 2024
1 parent 2a1eaba commit 35bc80c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/components/home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import styles from "./home.module.scss";

import log from "loglevel";
import dynamic from "next/dynamic";
import { useState, useEffect, useRef, useMemo, useCallback } from "react";
import { useState, useEffect, useRef } from "react";
import {
HashRouter as Router,
Routes,
Expand All @@ -18,7 +18,7 @@ import { ServiceWorkerMLCEngine } from "@mlc-ai/web-llm";
import MlcIcon from "../icons/mlc.svg";
import LoadingIcon from "../icons/three-dots.svg";

import Locale, { changeLang, AllLangs, Lang } from "../locales";
import Locale from "../locales";
import { getCSSVar, useMobileScreen } from "../utils";
import { DEFAULT_MODELS, Path, SlotID } from "../constant";
import { ErrorBoundary } from "./error";
Expand Down

0 comments on commit 35bc80c

Please sign in to comment.