diff --git a/app.vue b/app.vue index 9dca57ce8..ef03761e8 100644 --- a/app.vue +++ b/app.vue @@ -14,18 +14,22 @@ onBeforeMount(() => {

Vue Components

UserProfileCe

+

DownloadApiLogsCe

+

AuthCe

+

KeyActionsCe

-

LaunchpadCe

- +

PluginPromoCe

+

WanIpCheckCe

+

CallbackHandlerCe

@@ -33,18 +37,22 @@ onBeforeMount(() => {

Web Components

UserProfileCe

+

DownloadApiLogsCe

+

AuthCe

+

KeyActionsCe

-

LaunchpadCe

- +

PluginPromoCe

+

WanIpCheckCe

+

CallbackHandlerCe

@@ -60,4 +68,8 @@ h2 { h3 { @apply text-lg font-semibold font-mono; } + +hr { + @apply border-black; +} \ No newline at end of file diff --git a/components/Launchpad.ce.vue b/components/Launchpad.ce.vue deleted file mode 100644 index 8dce649b4..000000000 --- a/components/Launchpad.ce.vue +++ /dev/null @@ -1,16 +0,0 @@ - - - - - diff --git a/nuxt.config.ts b/nuxt.config.ts index 98df14736..f3d710c3c 100644 --- a/nuxt.config.ts +++ b/nuxt.config.ts @@ -41,10 +41,6 @@ export default defineNuxtConfig({ name: 'ConnectKeyActions', path: '@/components/KeyActions.ce', }, - { - name: 'ConnectLaunchpad', - path: '@/components/Launchpad.ce', - }, { name: 'ConnectPluginPromo', path: '@/components/PluginPromo.ce',