Skip to content

Commit 0f6556c

Browse files
committed
fix: update import to make linter happy
1 parent 6f69ae4 commit 0f6556c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/WorkspacesPage/BatchUpdateConfirmation.stories.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
BatchUpdateConfirmation,
1515
type Update,
1616
} from "./BatchUpdateConfirmation";
17-
import { Workspace } from "api/typesGenerated";
17+
import type { Workspace } from "api/typesGenerated";
1818

1919
const workspaces = [
2020
{ ...MockRunningOutdatedWorkspace, id: "1" },

0 commit comments

Comments
 (0)