1
0
Fork 0
mirror of https://github.com/archtechx/alpine-typescript.git synced 2025-12-12 06:44:03 +00:00

Remove extra whitespace I added

This commit is contained in:
Rafik El Hadi Houari 2021-05-17 14:54:01 +01:00 committed by GitHub
parent 3cf5e84efc
commit 43b0f2a715
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);