From 43b0f2a715ac9d7497ac6d6ed1f604a8488b0491 Mon Sep 17 00:00:00 2001 From: Rafik El Hadi Houari Date: Mon, 17 May 2021 14:54:01 +0100 Subject: [PATCH] Remove extra whitespace I added --- src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 332cac9..e41c933 100644 --- a/src/index.ts +++ b/src/index.ts @@ -45,7 +45,6 @@ export declare type Alpine = { clone: (component: any, newEl: HTMLElement) => void; }; - export function registerComponents(components: { [name: string]: Function }): { [name: string]: ComponentConstructor } { Object.entries(components).forEach(([name, file]) => { component(name, file);