We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ef62e6 commit 10bbc60Copy full SHA for 10bbc60
src/components/Examples/index.ts
@@ -5,7 +5,6 @@ import LangExamples from '@/components/Examples/LangExamples.vue';
5
import OtherExamples from '@/components/Examples/OtherExamples.vue';
6
import PluginExamples from '@/components/Examples/PluginExamples.vue';
7
import TabExamples from '@/components/Examples/TabExamples.vue';
8
-import TestingExamples from '@/components/Examples/TestingExamples.vue';
9
10
11
export {
@@ -16,5 +15,4 @@ export {
16
15
OtherExamples,
17
PluginExamples,
18
TabExamples,
19
- TestingExamples,
20
};
0 commit comments