Workspaces layout, automation page

This commit is contained in:
2026-02-18 17:04:32 +00:00
parent 89f23f9426
commit 485ae4c3d7
89 changed files with 2168 additions and 514 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
import { useState, useRef, useMemo } from 'react';
import { Search, Play, Square, AudioLines } from 'lucide-react';
import { Widget } from '@/components/Widget';
import { Widget } from 'widgets/Widget';
import { Input } from '@/components/ui/input';
import { categories, allSounds } from './catalog-data';
import type { SoundAsset } from './types';