Skip to content

Commit a2f8a11

Browse files
committed
fix: import types
1 parent 32f11e8 commit a2f8a11

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

packages/ui/src/components/Mockup/DefaultMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { twMerge } from "tailwind-merge";
33
import { mergeDeep } from "../../helpers/merge-deep";
44
import { getTheme } from "../../theme-store";

packages/ui/src/components/Mockup/DesktopMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { mergeDeep } from "../../helpers/merge-deep";
33
import { getTheme } from "../../theme-store";
44
import type { DeepPartial } from "../../types";

packages/ui/src/components/Mockup/GooglePixelMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { twMerge } from "tailwind-merge";
33
import { mergeDeep } from "../../helpers/merge-deep";
44
import { getTheme } from "../../theme-store";

packages/ui/src/components/Mockup/IPhone12Mockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { twMerge } from "tailwind-merge";
33
import { mergeDeep } from "../../helpers/merge-deep";
44
import { getTheme } from "../../theme-store";

packages/ui/src/components/Mockup/LaptopMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { mergeDeep } from "../../helpers/merge-deep";
33
import { getTheme } from "../../theme-store";
44
import type { DeepPartial } from "../../types";

packages/ui/src/components/Mockup/SmartwatchMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { mergeDeep } from "../../helpers/merge-deep";
33
import { getTheme } from "../../theme-store";
44
import type { DeepPartial } from "../../types";

packages/ui/src/components/Mockup/TabletMockup.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { ComponentProps } from "react";
1+
import type { ComponentProps } from "react";
22
import { twMerge } from "tailwind-merge";
33
import { mergeDeep } from "../../helpers/merge-deep";
44
import { getTheme } from "../../theme-store";

0 commit comments

Comments
 (0)