Skip to content

Commit 8774329

Browse files
committed
🧹
1 parent bd873a6 commit 8774329

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

site/src/pages/CreateWorkspacePage/SelectedTemplate.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ import { type FC } from "react";
22
import type { Template, TemplateExample } from "api/typesGenerated";
33
import { Avatar } from "components/Avatar/Avatar";
44
import { Stack } from "components/Stack/Stack";
5-
import { Interpolation } from "@emotion/react";
6-
import { Theme } from "@emotion/react";
5+
import { type Interpolation, type Theme } from "@emotion/react";
76

87
export interface SelectedTemplateProps {
98
template: Template | TemplateExample;

0 commit comments

Comments
 (0)