mirror of
https://github.com/tiennm99/DocsGPT.git
synced 2026-05-27 20:23:34 +00:00
4 lines
137 B
TypeScript
4 lines
137 B
TypeScript
//exports methods for React
|
|
export {SearchBar} from "./components/SearchBar"
|
|
export { DocsGPTWidget } from "./components/DocsGPTWidget";
|