diff --git a/src/vbenComponents/thing/index.ts b/src/vbenComponents/thing/index.ts
new file mode 100644
index 00000000..86bb2089
--- /dev/null
+++ b/src/vbenComponents/thing/index.ts
@@ -0,0 +1,4 @@
+import { withInstall } from '/@/utils';
+import Thing from './src/Thing.vue';
+
+export const VbenThing = withInstall(Thing);
diff --git a/src/vbenComponents/thing/src/Thing.vue b/src/vbenComponents/thing/src/Thing.vue
new file mode 100644
index 00000000..bd83f171
--- /dev/null
+++ b/src/vbenComponents/thing/src/Thing.vue
@@ -0,0 +1,12 @@
+
+
+
+
+
+
+
+