aboutsummaryrefslogtreecommitdiff
path: root/src/components/Flex.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/Flex.tsx')
-rw-r--r--src/components/Flex.tsx3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/Flex.tsx b/src/components/Flex.tsx
index 881c7c2..eda3b33 100644
--- a/src/components/Flex.tsx
+++ b/src/components/Flex.tsx
@@ -1,5 +1,4 @@
-import { PropsWithChildren } from "react";
-import type { React } from '../webpack/common';
+import type { React } from "../webpack/common";
export function Flex(props: React.PropsWithChildren<{
flexDirection?: React.CSSProperties["flexDirection"];