From b3a687f9b7a693151fc6a7aff969b0a751fa4ca7 Mon Sep 17 00:00:00 2001 From: Ivan S Glazunov Date: Thu, 26 Sep 2024 03:45:35 +0300 Subject: [PATCH] 0.0.128 --- imports/editor-async.tsx | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/imports/editor-async.tsx b/imports/editor-async.tsx index 2fdb4b6..72657d1 100644 --- a/imports/editor-async.tsx +++ b/imports/editor-async.tsx @@ -1,6 +1,6 @@ import React from 'react'; import dynamic from 'next/dynamic.js'; -export const Editor = dynamic(() => import('./editor').then(m => m.Editor), { +export const Editor = dynamic(() => import('./editor.js').then(m => m.Editor), { loading: () => <>, }) diff --git a/package.json b/package.json index d2dffdc..83a4e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@deep-foundation/perception-imports", - "version": "0.0.127", + "version": "0.0.128", "license": "Unlicense", "type": "module", "main": "import.js",