auto-sync: 2026-05-20 22:17:06
This commit is contained in:
@@ -22,6 +22,7 @@ import NotificationCenter from './components/NotificationCenter';
|
||||
|
||||
export default function App() {
|
||||
const [showCreateModal, setShowCreateModal] = useState(false);
|
||||
const [showNotifCenter, setShowNotifCenter] = useState(false);
|
||||
const [showSearch, setShowSearch] = useState(false);
|
||||
const activeTab = useStore((s) => s.activeTab);
|
||||
const setActiveTab = useStore((s) => s.setActiveTab);
|
||||
|
||||
Reference in New Issue
Block a user