diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2024-07-26 19:08:49 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 19:08:49 +0100 |
| commit | 0b01d9308316d73b5683c319099860611c7a6559 (patch) | |
| tree | 6614442616d3dad20d387bd808e0eefa886629cb /ui/src/pages/Runbooks.tsx | |
| parent | feat(gui): folder select dialogue for directory block (#2315) (diff) | |
| download | atuin-0b01d9308316d73b5683c319099860611c7a6559.zip | |
fix(gui): random ts errors (#2316)
Diffstat (limited to 'ui/src/pages/Runbooks.tsx')
| -rw-r--r-- | ui/src/pages/Runbooks.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/src/pages/Runbooks.tsx b/ui/src/pages/Runbooks.tsx index d0efbc1c..a0b844a6 100644 --- a/ui/src/pages/Runbooks.tsx +++ b/ui/src/pages/Runbooks.tsx @@ -1,8 +1,6 @@ import Editor from "@/components/runbooks/editor/Editor"; import List from "@/components/runbooks/List"; -import { Checkbox } from "@nextui-org/react"; - import { useStore } from "@/state/store"; export default function Runbooks() { |
