mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
refactor(react): normalize imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { useEffect, useState } from "preact/compat";
|
||||
import { useEffect, useState } from "preact/hooks";
|
||||
import { t } from "../../services/i18n";
|
||||
import Button from "../react/Button";
|
||||
import FormCheckbox from "../react/FormCheckbox";
|
||||
|
||||
Reference in New Issue
Block a user