Skip to content

Commit

Permalink
Fix native
Browse files Browse the repository at this point in the history
  • Loading branch information
kevin940726 committed Nov 28, 2023
1 parent 99dfc73 commit 01c9aa9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ import { store as noticesStore } from '@wordpress/notices';
/**
* Internal dependencies
*/
import styles from './editor.scss';
import EditTitle from './edit-title';
import styles from '../editor.scss';
import EditTitle from '../edit-title';

export default function ReusableBlockEdit( {
attributes: { ref },
Expand Down

0 comments on commit 01c9aa9

Please sign in to comment.