Skip to content

Commit

Permalink
docs(editor): fix schema import
Browse files Browse the repository at this point in the history
  • Loading branch information
rbardini committed Sep 1, 2024
1 parent 58c3a83 commit 42f92d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ import { indentWithTab } from '@codemirror/commands'
import { json } from '@codemirror/lang-json'
import { oneDark } from '@codemirror/theme-one-dark'
import { EditorView, keymap } from '@codemirror/view'
import resume from '@jsonresume/schema/sample.resume.json' with { type: 'json' }
import { basicSetup } from 'codemirror'
import { debounce } from 'debounce'
import resume from 'resume-schema/sample.resume.json' with { type: 'json' }

import './editor.css'
import { render } from './index.js'
Expand Down

0 comments on commit 42f92d9

Please sign in to comment.