mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 22:05:44 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Tooltip } from "bootstrap";
|
||||
import { useEffect, useRef } from "preact/compat";
|
||||
import { useEffect, useRef } from "preact/hooks";
|
||||
import { escapeQuotes } from "../../services/utils";
|
||||
import { ComponentChildren } from "preact";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user