7
src/components/preset-editor/LazyEditorFallback.tsx
Normal file
7
src/components/preset-editor/LazyEditorFallback.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export function LazyEditorFallback({ label }: { label: string }) {
|
||||
return (
|
||||
<div className="rounded-2xl border border-white/10 bg-black/20 p-6 text-sm text-zinc-400">
|
||||
姝e湪鍔犺浇{label}...
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user