mirror of
https://github.com/NousResearch/hermes-agent.git
synced 2026-05-11 03:31:55 +00:00
fix(dashboard): keep ui imports browser-safe after rebase
This commit is contained in:
parent
9b62c98170
commit
4c0cc77e94
18 changed files with 56 additions and 41 deletions
|
|
@ -23,8 +23,8 @@
|
|||
* terminal pane keeps working unimpaired.
|
||||
*/
|
||||
|
||||
import { Button } from "@nous-research/ui";
|
||||
import { Badge } from "@nous-research/ui";
|
||||
import { Button } from "@nous-research/ui/ui/components/button";
|
||||
import { Badge } from "@nous-research/ui/ui/components/badge";
|
||||
import { Card } from "@/components/ui/card";
|
||||
|
||||
import { ModelPickerDialog } from "@/components/ModelPickerDialog";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue