mirror of
https://github.com/logos-messaging/js-waku.git
synced 2026-01-10 17:53:09 +00:00
fix check
This commit is contained in:
parent
81a9abd13a
commit
8e9577fb25
@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
|
||||
import type { ContentPair, ReactChildrenProps } from "./types.js";
|
||||
import { useCreateContentPair } from "./useCreatContentPair.js";
|
||||
import { useCreateContentPair } from "./useCreateContentPair.js";
|
||||
|
||||
type ContentPairContextType = Partial<ContentPair>;
|
||||
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
export { ContentPairProvider, useContentPair } from "./ContentPairProvider.js";
|
||||
export { CreateNodeOptions } from "./types.js";
|
||||
export { useCreateContentPair } from "./useCreatContentPair.js";
|
||||
export { useCreateContentPair } from "./useCreateContentPair.js";
|
||||
export { useCreateLightNode } from "./useCreateWaku.js";
|
||||
export { useFilterMessages } from "./useFilterMessages.js";
|
||||
export { useLightPush } from "./useLightPush.js";
|
||||
|
||||
@ -1,3 +1,6 @@
|
||||
{
|
||||
"extends": "../../tsconfig.dev"
|
||||
"extends": "../../tsconfig.dev",
|
||||
"compilerOptions": {
|
||||
"jsx": "react"
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user