Get rid of custom components folder
This commit is contained in:
parent
c493ac342b
commit
6d16f67280
38 changed files with 34 additions and 34 deletions
|
|
@ -5,7 +5,7 @@ import { DOMParser, Node } from 'prosemirror-model';
|
|||
import { Decoration, DecorationSet, EditorView } from 'prosemirror-view';
|
||||
import { renderToString } from 'react-dom/server';
|
||||
|
||||
import { Markdown } from '@/components/custom/markdown';
|
||||
import { Markdown } from '@/components/markdown';
|
||||
|
||||
import { documentSchema } from './config';
|
||||
import { createSuggestionWidget, UISuggestion } from './suggestions';
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@ import { PluginKey, Plugin } from 'prosemirror-state';
|
|||
import { Decoration, DecorationSet, EditorView } from 'prosemirror-view';
|
||||
import { createRoot } from 'react-dom/client';
|
||||
|
||||
import { Suggestion as PreviewSuggestion } from '@/components/custom/suggestion';
|
||||
import { Suggestion as PreviewSuggestion } from '@/components/suggestion';
|
||||
import { Suggestion } from '@/lib/db/schema';
|
||||
|
||||
export interface UISuggestion extends Suggestion {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue