aboutsummaryrefslogtreecommitdiffstats
path: root/ui/src/components/home
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2024-07-23 13:18:54 +0100
committerGitHub <noreply@github.com>2024-07-23 13:18:54 +0100
commitf8c963c7d668fc57680f25413f20bc207d4bf64a (patch)
treec7f952ddc0220cded24f5447d03b3bff46fb1d45 /ui/src/components/home
parentfix(themes): Restore default theme, refactor (#2294) (diff)
downloadatuin-f8c963c7d668fc57680f25413f20bc207d4bf64a.zip
feat(gui): clean up home page, fix a few bugs (#2304)
* wip home screen changes * more * adjust * fixes and things * patch runbook pty check
Diffstat (limited to 'ui/src/components/home')
-rw-r--r--ui/src/components/home/QuickActions.tsx1
1 files changed, 1 insertions, 0 deletions
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() {}