Skip to content
Snippets Groups Projects
Commit b739bfe6 authored by Luciano Frizzera's avatar Luciano Frizzera
Browse files

chore(leafwriter): :robot: rename file

parent b32cca71
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ import { Footer } from './components/footer'; ...@@ -8,7 +8,7 @@ import { Footer } from './components/footer';
import { Loader } from './components/loader'; import { Loader } from './components/loader';
import { useDialog } from './hooks/useDialog'; import { useDialog } from './hooks/useDialog';
const Editor = lazy(() => import('./__editor').then((module) => ({ default: module.Editor }))); const Editor = lazy(() => import('./editor').then((module) => ({ default: module.Editor })));
export const EditSourceDialog = ({ export const EditSourceDialog = ({
content = '', content = '',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment