Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
t-hamano committed Jul 19, 2023
1 parent a83ff90 commit f1a5b91
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/block.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,5 @@
"textdomain": "piano-block",
"viewScript": "file:view.js",
"editorScript": "file:index.js",
"editorStyle": "file:index.css",
"style": "file:style-index.css"
}
1 change: 0 additions & 1 deletion src/edit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import type { BlockEditProps } from '@wordpress/blocks';
/**
* Internal dependencies
*/
import './editor.scss';
import Piano from './components/piano';
import { DEFAULT_SETTINGS } from './constants';
import type { BlockAttributes } from './constants';
Expand Down
Empty file removed src/editor.scss
Empty file.

0 comments on commit f1a5b91

Please sign in to comment.