Skip to content

Commit

Permalink
chore: Update BlockEditor to use lazy loading for images
Browse files Browse the repository at this point in the history
  • Loading branch information
Sachin-chaurasiya committed Jun 17, 2024
1 parent bb74b59 commit 9151f97
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { BlockEditor } from '../dist/main';

// import { BlockEditor } from '../lib/components/BlockEditor';

function App() {
return <BlockEditor autoFocus menuType="bar" />;
}
Expand Down

0 comments on commit 9151f97

Please sign in to comment.