Skip to content

Commit

Permalink
Fix paths in native files
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jan 23, 2024
1 parent e21da1d commit 4109ef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-library/src/block/edit.native.js
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 4109ef9

Please sign in to comment.