remove old sources
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user