Skip to content

Commit 35bc80c

Browse files
committed
chore: clean unused imports
1 parent 2a1eaba commit 35bc80c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/components/home.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import styles from "./home.module.scss";
66

77
import log from "loglevel";
88
import dynamic from "next/dynamic";
9-
import { useState, useEffect, useRef, useMemo, useCallback } from "react";
9+
import { useState, useEffect, useRef } from "react";
1010
import {
1111
HashRouter as Router,
1212
Routes,
@@ -18,7 +18,7 @@ import { ServiceWorkerMLCEngine } from "@mlc-ai/web-llm";
1818
import MlcIcon from "../icons/mlc.svg";
1919
import LoadingIcon from "../icons/three-dots.svg";
2020

21-
import Locale, { changeLang, AllLangs, Lang } from "../locales";
21+
import Locale from "../locales";
2222
import { getCSSVar, useMobileScreen } from "../utils";
2323
import { DEFAULT_MODELS, Path, SlotID } from "../constant";
2424
import { ErrorBoundary } from "./error";

0 commit comments

Comments
 (0)