diff --git a/src/main.ts b/src/main.ts index 0847a39..548dbf1 100644 --- a/src/main.ts +++ b/src/main.ts @@ -1,3 +1,4 @@ export * from "./embed" +export * from "./embed-field" export * from "./root" export * from "./text" diff --git a/src/rendering.test.tsx b/src/rendering.test.tsx index 83f567e..aedd0f7 100644 --- a/src/rendering.test.tsx +++ b/src/rendering.test.tsx @@ -2,11 +2,10 @@ import type { Message, MessageOptions } from "discord.js" import { Client, TextChannel } from "discord.js" import React from "react" -import { EmbedField } from "./embed-field.js" import { omit } from "./helpers/omit.js" import { raise } from "./helpers/raise.js" -import type { ReacordRoot } from "./main" -import { createRoot, Embed, Text } from "./main" +import type { ReacordRoot } from "./main.js" +import { createRoot, Embed, EmbedField, Text } from "./main.js" import { testBotToken, testChannelId } from "./test-environment.js" const client = new Client({