Skip to content

Commit f5b3d83

Browse files
committed
chore(docs): remove empty example
1 parent 14f3abe commit f5b3d83

File tree

4 files changed

+0
-39
lines changed

4 files changed

+0
-39
lines changed

docs/examples/empty/App.vue

Lines changed: 0 additions & 33 deletions
This file was deleted.

docs/examples/empty/index.ts

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/examples/index.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { UpdateNodeApp, UpdateNodeCSS } from './update-node'
99
import { ValidationApp, ValidationCSS, ValidationCustomInput, ValidationCustomNode } from './validation'
1010
import { SaveRestoreApp, SaveRestoreCSS, SaveRestoreControls } from './save-restore'
1111
import { DndApp, DndBackground, DndCSS, DndScript, DndSidebar } from './dnd'
12-
import { EmptyApp } from './empty'
1312
import { HiddenApp } from './hidden'
1413
import { InteractionApp, InteractionCSS, InteractionControls } from './interaction'
1514
import { MultiApp, MultiCSS, MultiFlow } from './multi'
@@ -79,9 +78,6 @@ export const exampleImports = {
7978
'style.css': DndCSS,
8079
'useDnD.js': DndScript,
8180
},
82-
empty: {
83-
'App.vue': EmptyApp,
84-
},
8581
hidden: {
8682
'App.vue': HiddenApp,
8783
},

docs/src/.vitepress/config.mts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,6 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
200200
{ text: 'Basic', link: '/examples/' },
201201
{ text: 'Save & Restore', link: '/examples/save' },
202202
{ text: 'Drag & Drop', link: '/examples/dnd' },
203-
{ text: 'Empty Flow', link: '/examples/empty' },
204203
{ text: 'Hide/Show', link: '/examples/hidden' },
205204
{ text: 'Horizontal Flow', link: '/examples/horizontal' },
206205
{ text: 'Interactions', link: '/examples/interaction' },

0 commit comments

Comments
 (0)