From 74c3930e0a5ed264f330bc32c27116ead1063c5d Mon Sep 17 00:00:00 2001 From: Ven Date: Thu, 6 Oct 2022 00:42:58 +0200 Subject: add eslint config (#53) * eslint * workflow * lint main --- src/components/Flex.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/Flex.tsx') 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"]; -- cgit