docs: add teleport example

This commit is contained in:
bcakmakoglu
2022-05-27 23:36:01 +02:00
committed by Braks
parent 0d35f1c7e3
commit d9e7c7a0b0
7 changed files with 155 additions and 0 deletions
@@ -0,0 +1,3 @@
export { default as TeleportApp } from './App.vue?raw'
export { default as TeleportSidebar } from './Sidebar.vue?raw'
export { default as TeleportCSS } from './style.css'