Add prettier.

This commit is contained in:
Paul
2021-06-18 15:57:08 +01:00
parent 34a4bccbbe
commit 0cba2b362d
20 changed files with 222 additions and 168 deletions

View File

@@ -1,3 +1,3 @@
import { VNode } from 'preact';
import { VNode } from "preact";
export type Children = VNode | (VNode | string)[] | string;