Skip to content

Commit

Permalink
more tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Yen Truong committed Mar 13, 2024
1 parent d486a3f commit 68d4220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/ChatInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const builtInCssClasses: ChatInputCssClasses = withStylelessCssClasses(

/**
* The props for the {@link ChatInput} component.
*
*...
* @public
*/
export interface ChatInputProps {
Expand Down
2 changes: 1 addition & 1 deletion test-site/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ function App() {
}

export default App;
//test
//test2

0 comments on commit 68d4220

Please sign in to comment.