mirror of
https://github.com/nexu-io/open-design.git
synced 2026-06-01 03:14:35 +07:00
fix(web): resolve ChatComposer merge conflict
Generated-By: looper 0.9.2 (runner=fixer, agent=opencode)
This commit is contained in:
parent
e71f20fda1
commit
51f0f1f49e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ import {
|
|||
useState,
|
||||
type ReactNode,
|
||||
} from "react";
|
||||
import { createPortal } from 'react-dom';
|
||||
import { Button } from '@open-design/components';
|
||||
import { useI18n, useT } from '../i18n';
|
||||
import type { Dict } from '../i18n/types';
|
||||
|
|
|
|||
Loading…
Reference in a new issue