mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { RefObject } from "preact";
|
||||
import { CSSProperties } from "preact/compat";
|
||||
import type { RefObject } from "preact";
|
||||
import type { CSSProperties } from "preact/compat";
|
||||
import { useRef } from "preact/hooks";
|
||||
|
||||
interface ButtonProps {
|
||||
|
||||
Reference in New Issue
Block a user