Skip to content

Commit 2d2be3d

Browse files
committed
Adjusted pwa components
1 parent fa84a95 commit 2d2be3d

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.
File renamed without changes.

src/main.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import './index.css';
66
import { enablePhonetic } from "./services/inputInterceptor.ts";
77
import { initServiceWorker } from './utils/serviceWorkerRegistration.ts';
88
import { SnackbarProvider } from 'notistack';
9-
import { PWAUpdateNotification } from './components/PWAUpdateNotification.tsx';
10-
import { OfflineIndicator, PWAInstallBanner } from './components/PWABanners.tsx';
9+
import { PWAUpdateNotification } from './components/PWAComponents/PWAUpdateNotification.tsx';
10+
import { OfflineIndicator, PWAInstallBanner } from './components/PWAComponents/PWABanners.tsx';
1111

1212
enablePhonetic();
1313

0 commit comments

Comments
 (0)