chore(docs): remove empty example

This commit is contained in:
braks
2024-02-05 07:51:12 +01:00
committed by Braks
parent 14f3abef1a
commit f5b3d83731
4 changed files with 0 additions and 39 deletions
-4
View File
@@ -9,7 +9,6 @@ import { UpdateNodeApp, UpdateNodeCSS } from './update-node'
import { ValidationApp, ValidationCSS, ValidationCustomInput, ValidationCustomNode } from './validation'
import { SaveRestoreApp, SaveRestoreCSS, SaveRestoreControls } from './save-restore'
import { DndApp, DndBackground, DndCSS, DndScript, DndSidebar } from './dnd'
import { EmptyApp } from './empty'
import { HiddenApp } from './hidden'
import { InteractionApp, InteractionCSS, InteractionControls } from './interaction'
import { MultiApp, MultiCSS, MultiFlow } from './multi'
@@ -79,9 +78,6 @@ export const exampleImports = {
'style.css': DndCSS,
'useDnD.js': DndScript,
},
empty: {
'App.vue': EmptyApp,
},
hidden: {
'App.vue': HiddenApp,
},