From 577cd5110e342a6afe889da5386226c90fba2847 Mon Sep 17 00:00:00 2001 From: m1k1o Date: Tue, 9 Mar 2021 18:02:20 +0100 Subject: [PATCH] lint code. --- client/src/lib.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/client/src/lib.ts b/client/src/lib.ts index eaded52d..abfd2425 100644 --- a/client/src/lib.ts +++ b/client/src/lib.ts @@ -1,6 +1,6 @@ -// accessor import { accessor as neko } from './store' import { PluginObject } from 'vue' + // Plugins import Logger from './plugins/log' import Client from './plugins/neko' @@ -52,7 +52,6 @@ function extend (component: any) { .extend(exportMixin) } - export const components = { 'neko-connect': extend(Connect), 'neko-video': extend(Video), @@ -66,4 +65,4 @@ export const components = { } neko.initialise() -export default neko \ No newline at end of file +export default neko