Skip to content

Commit 61fca63

Browse files
committed
Fix
1 parent 59854a6 commit 61fca63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/pages/TerminalPage/TerminalPage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import { type FC, useCallback, useEffect, useRef, useState } from "react";
1919
import { Helmet } from "react-helmet-async";
2020
import { useQuery } from "react-query";
2121
import { useNavigate, useParams, useSearchParams } from "react-router-dom";
22-
import themes, { DEFAULT_TERMINAL_FONT } from "theme";
23-
import { terminalFonts } from "theme/constants";
22+
import themes from "theme";
23+
import { DEFAULT_TERMINAL_FONT, terminalFonts } from "theme/constants";
2424
import { pageTitle } from "utils/page";
2525
import { openMaybePortForwardedURL } from "utils/portForward";
2626
import { terminalWebsocketUrl } from "utils/terminal";

0 commit comments

Comments
 (0)