mirror of
https://github.com/archtechx/alpine-typescript.git
synced 2025-12-11 22:34:03 +00:00
Remove extra whitespace I added
This commit is contained in:
parent
3cf5e84efc
commit
43b0f2a715
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue