Skip to content

Commit 40fc025

Browse files
committed
chore: cleanup deps imports
1 parent ad73c58 commit 40fc025

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ export const COMMAND_REFRESH = 'data-source:refresh'
237237
export const COMMAND_PREVIEW_ACTIVATE = 'data-source:preview:activate'
238238
export const COMMAND_PREVIEW_DEACTIVATE = 'data-source:preview:deactivate'
239239
export const COMMAND_PREVIEW_REFRESH = 'data-source:preview:refresh'
240+
export const COMMAND_ADD_DATA_SOURCE = 'data-source:add'
240241
241242
These constants are exported by the API of the plugin, e.g.
242243

src/commands.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
COMMAND_PREVIEW_TOGGLE,
88
PREVIEW_ACTIVATED,
99
PREVIEW_DEACTIVATED,
10-
COMMAND_ADD_DATA_SOURCE,
1110
} from './types'
1211
import { refreshDataSources } from './model/dataSourceManager'
1312
import { Editor } from 'grapesjs'

0 commit comments

Comments
 (0)