File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
apps/client/src/widgets/type_widgets Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ import { t } from "../../services/i18n.js";
45
45
import LanguageOptions from "./options/i18n/language.js" ;
46
46
import type BasicWidget from "../basic_widget.js" ;
47
47
import CodeTheme from "./options/code_notes/code_theme.js" ;
48
- import RelatedSettings from "./options/related_settings.js" ;
48
+ import RelatedSettings from "./options/appearance/ related_settings.js" ;
49
49
50
50
const TPL = /*html*/ `<div class="note-detail-content-widget note-detail-printable">
51
51
<style>
Original file line number Diff line number Diff line change 1
- import type FNote from "../../../entities/fnote" ;
2
- import type { OptionPages } from "../content_widget" ;
3
- import OptionsWidget from "./options_widget" ;
1
+ import type { OptionPages } from "../../content_widget" ;
2
+ import OptionsWidget from "../options_widget" ;
4
3
5
4
const TPL = `\
6
5
<div class="options-section">
You can’t perform that action at this time.
0 commit comments