From 0a26e78dcbbf48dad5daae73b210e236d706b22c Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Tue, 14 Nov 2023 10:41:55 -0800 Subject: Composer update (react-query refactor) (#1899) * Move composer state to a context * Rework composer to use RQ --------- Co-authored-by: Eric Bailey --- src/view/shell/index.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'src/view/shell/index.tsx') diff --git a/src/view/shell/index.tsx b/src/view/shell/index.tsx index 75ed07475..ff7a7dcda 100644 --- a/src/view/shell/index.tsx +++ b/src/view/shell/index.tsx @@ -89,14 +89,7 @@ const ShellInner = observer(function ShellInnerImpl() { - + -- cgit 1.4.1