From 5fa0fb513d20485f6f4e857be8142b7703740c64 Mon Sep 17 00:00:00 2001 From: Sasha Date: Thu, 23 Feb 2023 13:40:18 +0100 Subject: [PATCH] fix lint --- src/ContentPairProvider.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ContentPairProvider.tsx b/src/ContentPairProvider.tsx index 8fc1522..cf23a67 100644 --- a/src/ContentPairProvider.tsx +++ b/src/ContentPairProvider.tsx @@ -1,4 +1,5 @@ import React from "react"; + import type { ContentPair, ReactChildrenProps } from "./types"; import { useCreateContentPair } from "./useCreatContentPair";