wip embeds

This commit is contained in:
MapleLeaf
2021-12-16 10:10:47 -06:00
parent b7a3be73ee
commit 803252290d
8 changed files with 88 additions and 18 deletions

View File

@@ -0,0 +1,11 @@
import React from "react"
import { Embed } from "../src/components.js"
export function KitchenSink() {
return (
<>
content
<Embed color="BLUE"></Embed>
</>
)
}