fix build

This commit is contained in:
Daniel Waxweiler 2022-06-03 23:51:45 +02:00
parent 738e59ac20
commit 398416ab1b
2 changed files with 3 additions and 3 deletions

View File

@ -1 +1 @@
import './blocks/events-list'
import './blocks/events-list/index.js'

View File

@ -1,5 +1,5 @@
import edit from './edit'
import save from './save'
import edit from './edit.js'
import save from './save.js'
const { registerBlockType } = wp.blocks
const { __ } = wp.i18n