mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 01:36:24 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { ComponentChildren } from "preact";
|
||||
import Icon from "./Icon";
|
||||
import { CSSProperties } from "preact/compat";
|
||||
import type { CSSProperties } from "preact/compat";
|
||||
|
||||
interface FormListOpts {
|
||||
children: ComponentChildren;
|
||||
|
||||
Reference in New Issue
Block a user