mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-25 08:46:22 +02:00
refactor: update UI components by removing unused imports and adjusting loading states
This commit is contained in:
parent
d7dd6db1b9
commit
5c11a15fb6
6 changed files with 20 additions and 24 deletions
|
|
@ -19,7 +19,7 @@ const EditorPanelContent = dynamic(
|
|||
import("@/components/editor-panel/editor-panel").then((m) => ({
|
||||
default: m.EditorPanelContent,
|
||||
})),
|
||||
{ ssr: false, loading: () => <Skeleton className="h-96 w-full" /> }
|
||||
{ ssr: false, loading: () => null }
|
||||
);
|
||||
|
||||
const HitlEditPanelContent = dynamic(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue