Skip to content

Commit

Permalink
Add import hook in shell.ts for downstream sync (#793)
Browse files Browse the repository at this point in the history
  • Loading branch information
wwwillchen authored Aug 13, 2024
1 parent 0413fc5 commit 535fb67
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mesop/web/src/shell/shell.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ import {
ErrorDialogService,
ProdErrorDialogService,
} from '../services/error_dialog_service';
// Keep the following comment to ensure there's a hook for adding TS imports in the downstream sync.
// ADD_TS_IMPORT_HERE

@Component({
selector: 'mesop-shell',
Expand Down

0 comments on commit 535fb67

Please sign in to comment.