@@ -27,18 +27,19 @@ export interface Blocks {
2727
2828const defaultBlocks : Blocks = {
2929 figma : React . lazy ( ( ) => import ( './blocks/figma' ) ) ,
30+ gfycat : React . lazy ( ( ) => import ( './blocks/gfycat' ) ) ,
3031 gist : React . lazy ( ( ) => import ( './blocks/gist' ) ) ,
3132 gmaps : React . lazy ( ( ) => import ( './blocks/gmaps' ) ) ,
3233 imgur : React . lazy ( ( ) => import ( './blocks/imgur' ) ) ,
3334 instagram : React . lazy ( ( ) => import ( './blocks/instagram' ) ) ,
3435 jsfiddle : React . lazy ( ( ) => import ( './blocks/jsfiddle' ) ) ,
35- simplePlayer : React . lazy ( ( ) => import ( './blocks/react-simple-player ' ) ) ,
36+ pdf : React . lazy ( ( ) => import ( './blocks/pdf ' ) ) ,
3637 reactPlayer : React . lazy ( ( ) => import ( './blocks/react-player' ) ) ,
3738 replit : React . lazy ( ( ) => import ( './blocks/replit' ) ) ,
39+ simplePlayer : React . lazy ( ( ) => import ( './blocks/react-simple-player' ) ) ,
3840 soundcloud : React . lazy ( ( ) => import ( './blocks/soundcloud' ) ) ,
3941 tweet : React . lazy ( ( ) => import ( './blocks/tweet' ) ) ,
4042 youtube : React . lazy ( ( ) => import ( './blocks/youtube' ) ) ,
41- gfycat : React . lazy ( ( ) => import ( './blocks/gfycat' ) ) ,
4243} ;
4344
4445export type ReactEmbedRouterResult = undefined | [ undefined | React . ComponentType < BlockProps > , EmbedBlockId ] ;
0 commit comments