Skip to content

Commit ac14a22

Browse files
committed
chore: 🤖 align the same structure with option page
1 parent 14179f3 commit ac14a22

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

apps/client/src/widgets/type_widgets/content_widget.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ import { t } from "../../services/i18n.js";
4545
import LanguageOptions from "./options/i18n/language.js";
4646
import type BasicWidget from "../basic_widget.js";
4747
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";
4949

5050
const TPL = /*html*/`<div class="note-detail-content-widget note-detail-printable">
5151
<style>

apps/client/src/widgets/type_widgets/options/related_settings.ts renamed to apps/client/src/widgets/type_widgets/options/appearance/related_settings.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
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";
43

54
const TPL = `\
65
<div class="options-section">

0 commit comments

Comments
 (0)