Skip to content

Commit

Permalink
Fix missing import type
Browse files Browse the repository at this point in the history
  • Loading branch information
septum committed Oct 17, 2024
1 parent 076904d commit 6d5450d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/packages/core/src/WorkflowLayout/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from "react";
import { Interpolation } from "@emotion/styled";
import type { Interpolation } from "@emotion/styled";
import type { CSSObject, Theme } from "@mui/material";

import styled from "../styled";
Expand Down

0 comments on commit 6d5450d

Please sign in to comment.