🚚 mv:将libs目录下的组件移至components子目录
为了更好地组织项目结构,将libs目录下的组件文件移动到新的libs/components子目录中。 同时,更新了setting-example.svelte组件中SettingPanel的导入路径,以反映新的文件位置。
This commit is contained in:
parent
059744903d
commit
6361001b8a
5 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<script lang="ts">
|
||||
import { showMessage } from "siyuan";
|
||||
import SettingPanel from "./libs/setting-panel.svelte";
|
||||
import SettingPanel from "./libs/components/setting-panel.svelte";
|
||||
|
||||
let groups: string[] = ["🌈 Default"];
|
||||
let focusGroup = groups[0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue