mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Remove '*.js' on imports in 'Editor.vue'
This commit is contained in:
parent
e1203a9794
commit
0b96388a42
@ -28,10 +28,10 @@ import { replace, build } from 'xregexp/xregexp-all.js'
|
||||
|
||||
import * as key from '../../constants/keycodes'
|
||||
import { HASHTAG, MENTION } from '../../constants/editor'
|
||||
import defaultExtensions from './defaultExtensions.js'
|
||||
import EventHandler from './plugins/eventHandler.js'
|
||||
import Hashtag from './nodes/Hashtag.js'
|
||||
import Mention from './nodes/Mention.js'
|
||||
import defaultExtensions from './defaultExtensions'
|
||||
import EventHandler from './plugins/eventHandler'
|
||||
import Hashtag from './nodes/Hashtag'
|
||||
import Mention from './nodes/Mention'
|
||||
import MenuBar from './MenuBar'
|
||||
import ContextMenu from './ContextMenu'
|
||||
import SuggestionList from './SuggestionList'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user