Skip to content

Commit f75a147

Browse files
committed
refactor: factor out type import
1 parent b2370af commit f75a147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/OrganizationSettingsPage/IdpSyncPage/IdpPillList.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { type Interpolation, type Theme } from "@emotion/react";
1+
import type { Interpolation, Theme } from "@emotion/react";
22
import Stack from "@mui/material/Stack";
33
import { Pill } from "components/Pill/Pill";
44
import {

0 commit comments

Comments
 (0)