Skip to content

Commit

Permalink
0.0.127
Browse files Browse the repository at this point in the history
  • Loading branch information
ivansglazunov committed Sep 26, 2024
1 parent 970f5d7 commit d390d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion imports/editor-async.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react';
import dynamic from 'next/dynamic';
import dynamic from 'next/dynamic.js';

export const Editor = dynamic(() => import('./editor').then(m => m.Editor), {
loading: () => <></>,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deep-foundation/perception-imports",
"version": "0.0.126",
"version": "0.0.127",
"license": "Unlicense",
"type": "module",
"main": "import.js",
Expand Down

0 comments on commit d390d3b

Please sign in to comment.