fix: import icon from viewer.js (not utils.js) in dashboard.js
This commit is contained in:
parent
7d13585b11
commit
21da3f316f
@ -1,7 +1,8 @@
|
|||||||
// dashboard.js — extracted from app.js (3414-3806) + DashboardBookmarkWidget (3810-3870)
|
// dashboard.js — extracted from app.js (3414-3806) + DashboardBookmarkWidget (3810-3870)
|
||||||
import { api } from './auth.js';
|
import { api } from './auth.js';
|
||||||
import { state } from './state.js';
|
import { state } from './state.js';
|
||||||
import { escapeHtml, safeCreateIcons, getFileIcon } from './utils.js';
|
import { escapeHtml, safeCreateIcons, getFileIcon } from './utils.js';
|
||||||
|
import { icon } from './viewer.js';
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Recent files
|
// Recent files
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user