Commit 3a015be
fix: restore imports lost during merge in App.tsx
The merge of origin/dev into PSL-US-33784 incorrectly resolved the
import block in App.tsx, dropping:
- closing brace and source for @fluentui/react-components
- SparkleRegular import from @fluentui/react-icons
- App.css stylesheet import
- ChatHistoryPanel component import
This caused the Docker build-and-push CI job to fail with:
SyntaxError: Unexpected keyword 'import'. (11:0)
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent a801e39 commit 3a015be
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
| |||
0 commit comments