feat: google sheets embed (#615)

This commit is contained in:
Hoie Kim
2025-01-11 14:22:06 -08:00
committed by GitHub
parent f3dbf7cc5d
commit 5fece5fc68
4 changed files with 42 additions and 0 deletions

View File

@ -4,6 +4,7 @@ export { TypeformIcon } from "./typeform-icon.tsx";
export { VimeoIcon } from "./vimeo-icon.tsx";
export { MiroIcon } from "./miro-icon.tsx";
export { GoogleDriveIcon } from "./google-drive-icon.tsx";
export { GoogleSheetsIcon } from "./google-sheets-icon.tsx";
export { FramerIcon } from "./framer-icon.tsx";
export { LoomIcon } from "./loom-icon.tsx";
export { YoutubeIcon } from "./youtube-icon.tsx";