render -> root

This commit is contained in:
MapleLeaf
2021-12-15 11:08:58 -06:00
parent 76c720ecad
commit 20dc55d557
3 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ import { Client, TextChannel } from "discord.js"
import { nanoid } from "nanoid"
import React, { useState } from "react"
import { raise } from "../src/helpers/raise.js"
import { createRoot } from "../src/render.js"
import { createRoot } from "../src/root.js"
import { testBotToken, testChannelId } from "./test-environment.js"
const client = new Client({