This commit is contained in:
Sasha 2023-02-23 13:40:18 +01:00
parent 66c698de38
commit 5fa0fb513d
No known key found for this signature in database

View File

@ -1,4 +1,5 @@
import React from "react";
import type { ContentPair, ReactChildrenProps } from "./types";
import { useCreateContentPair } from "./useCreatContentPair";