1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-06-30 22:26:38 -04:00

extract codepen embed as a component

This commit is contained in:
2022-06-06 10:47:56 -04:00
parent 3f931e01ce
commit a1326e4ccb
6 changed files with 123 additions and 74 deletions

View File

@ -0,0 +1,2 @@
export * from "./CodePenEmbed";
export { default } from "./CodePenEmbed";