Skip to content

Commit

Permalink
add ts-check to icon block example
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiankaegy committed May 15, 2024
1 parent 8a6e871 commit da1cb5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions example/src/blocks/icon-picker-example/edit.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// @ts-check
import React from 'react';
import { ToolbarGroup, PanelBody } from '@wordpress/components';
import { __ } from '@wordpress/i18n';
import { InspectorControls, BlockControls, useBlockProps } from '@wordpress/block-editor';
Expand Down

0 comments on commit da1cb5f

Please sign in to comment.