From f8c963c7d668fc57680f25413f20bc207d4bf64a Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Tue, 23 Jul 2024 13:18:54 +0100 Subject: feat(gui): clean up home page, fix a few bugs (#2304) * wip home screen changes * more * adjust * fixes and things * patch runbook pty check --- ui/src/components/home/QuickActions.tsx | 1 + 1 file changed, 1 insertion(+) create mode 100644 ui/src/components/home/QuickActions.tsx (limited to 'ui/src/components/home') diff --git a/ui/src/components/home/QuickActions.tsx b/ui/src/components/home/QuickActions.tsx new file mode 100644 index 00000000..a22e4493 --- /dev/null +++ b/ui/src/components/home/QuickActions.tsx @@ -0,0 +1 @@ +export default function QuickActions() {} -- cgit v1.3.1