refactor: move utils

This commit is contained in:
2026-02-27 12:40:50 +08:00
parent a409efaf95
commit 5638b6200b
6 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { customElement, noShadowDOM } from 'solid-element';
import { createSignal, For, Show, createEffect, createMemo, createResource } from 'solid-js';
import { marked } from '../markdown';
import { resolvePath } from '../utils';
import { resolvePath } from './utils';
import { loadCSV } from './utils/csv-loader';
export interface TableProps {