mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-29 19:06:24 +02:00
Biome: fixes for compontents directory
This commit is contained in:
parent
758603b275
commit
2950573271
69 changed files with 478 additions and 648 deletions
|
|
@ -1,8 +1,9 @@
|
|||
// Export all components and utilities from the chat folder
|
||||
export { default as SegmentedControl } from "./SegmentedControl";
|
||||
export * from "./ConnectorComponents";
|
||||
|
||||
export * from "./Citation";
|
||||
export * from "./SourceUtils";
|
||||
export * from "./ScrollUtils";
|
||||
export * from "./CodeBlock";
|
||||
export * from "./ConnectorComponents";
|
||||
export * from "./ScrollUtils";
|
||||
export { default as SegmentedControl } from "./SegmentedControl";
|
||||
export * from "./SourceUtils";
|
||||
export * from "./types";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue