Skip to content

Commit 717c61e

Browse files
Dean SoferDean Sofer
authored andcommitted
Added types
1 parent 0e0ee3b commit 717c61e

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import './index.css'
1717
import './Board/Board.css';
1818
import './Toolbar.css'
1919
import { calculate, newGame, rollDie, vibrate } from './Utils';
20+
import { registerSW } from 'virtual:pwa-register';
21+
22+
2023

2124
// Start Firebase
2225
firebase.initializeApp({

src/vite-env.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
/// <reference types="vite/client" />
2+
/// <reference types="vite-plugin-pwa/client" />

0 commit comments

Comments
 (0)