remove old sources

This commit is contained in:
MapleLeaf
2021-12-25 13:08:34 -06:00
parent 8ced531144
commit d14086a60c
35 changed files with 116 additions and 1181 deletions

View File

@@ -1,5 +1,5 @@
import * as React from "react"
import { Button, Embed, EmbedField, EmbedTitle } from "../src.new/main"
import { Button, Embed, EmbedField, EmbedTitle } from "../src/main"
export function Counter(props: { onDeactivate: () => void }) {
const [count, setCount] = React.useState(0)