refactor(dialogService): convert static component imports to dynamic imports

Amp-Thread-ID: https://ampcode.com/threads/T-019bfe1a-8ac4-753e-a612-040f36dc66b9
Co-authored-by: Amp <amp@ampcode.com>
This commit is contained in:
Alexander Brown
2026-01-26 22:30:18 -08:00
parent 2b2a72ffda
commit fde5dfa24d
8 changed files with 99 additions and 43 deletions

View File

@@ -154,7 +154,7 @@ export const useFirebaseAuthStore = defineStore('firebaseAuth', () => {
return
}
useDialogService().showErrorDialog(error, {
void useDialogService().showErrorDialog(error, {
title: t('errorDialog.defaultTitle'),
reportType: 'authenticationError'
})