-
Notifications
You must be signed in to change notification settings - Fork 139
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: move features to their own file to compose on demand
- Loading branch information
Shibani Basava
authored and
Shibani Basava
committed
Feb 12, 2024
1 parent
89ce27c
commit e16dc15
Showing
2 changed files
with
11 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
// [COMPOSE COMPONENTS START] | ||
import './voice-input.js'; | ||
import './voice-input-button.js'; | ||
|
||
import './default-questions.js'; | ||
import './teaser-list-component.js'; | ||
|
||
import './document-previewer.js'; | ||
import './citation-previewer.js'; | ||
// [COMPOSE COMPONENTS END] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters