library -> src

This commit is contained in:
itsMapleLeaf
2022-08-07 12:02:40 -05:00
parent 4caaed09e9
commit ac3df750bc
29 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
import { ComponentType } from "discord.js"
import React from "react"
import { beforeAll, expect, test } from "vitest"
import { ActionRow, Button, Option, Select } from "../library/main"
import { ActionRow, Button, Option, Select } from "../src/main"
import { ReacordTester } from "./tester"
let tester: ReacordTester