Skip to content

Commit

Permalink
fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
marhaupe committed Aug 4, 2024
1 parent 1506938 commit 2001018
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ ui:
build: ui
go build

install: #ui
install: ui
go install
2 changes: 1 addition & 1 deletion packages/frontend/src/SearchBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Badge, badgeVariants } from "@/components/ui/badge";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { TextSearchIcon, XIcon } from "lucide-react";
import { forwardRef, useImperativeHandle } from "react";
Expand Down

0 comments on commit 2001018

Please sign in to comment.