Skip to content

Commit cca3565

Browse files
committed
🧹
1 parent 4323a07 commit cca3565

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

site/src/pages/TerminalPage/TerminalPage.tsx

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
import {
2-
type CSSObject,
3-
type Interpolation,
4-
type Theme,
5-
useTheme,
6-
} from "@emotion/react";
1+
import { type Interpolation, type Theme, useTheme } from "@emotion/react";
72
import { type FC, useCallback, useEffect, useRef, useState } from "react";
83
import { Helmet } from "react-helmet-async";
94
import { useNavigate, useParams, useSearchParams } from "react-router-dom";

0 commit comments

Comments
 (0)