mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useRef, useState } from "preact/compat";
|
||||
import { useRef, useState } from "preact/hooks";
|
||||
import appContext from "../../components/app_context";
|
||||
import { t } from "../../services/i18n";
|
||||
import Modal from "../react/Modal";
|
||||
|
||||
Reference in New Issue
Block a user