Skip to content

Commit

Permalink
Merge pull request #61 from mlynch/fix-type
Browse files Browse the repository at this point in the history
fix type import
  • Loading branch information
nathanchapman authored Mar 7, 2024
2 parents de26b77 + 4a38416 commit abb684d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion components/pages/Notifications.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Store from '../../store';
import { selectNotifications } from '../../store/selectors';

import { close } from 'ionicons/icons';
import { NotificationItem } from '../../mock';
import { type NotificationItem } from '../../mock';

const NotificationItem = ({
notification,
Expand Down
8 changes: 4 additions & 4 deletions ios/App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- Capacitor (5.7.0):
- Capacitor (5.7.2):
- CapacitorCordova
- CapacitorCordova (5.7.0)
- CapacitorCordova (5.7.2)
- CapacitorStatusBar (5.0.7):
- Capacitor

Expand All @@ -19,8 +19,8 @@ EXTERNAL SOURCES:
:path: "../../node_modules/@capacitor/status-bar"

SPEC CHECKSUMS:
Capacitor: fc155ee2ee45a2093d716f13cf5aa5a865e2d85a
CapacitorCordova: e825fce1a2e14e4b5730641c7e098dccf74397b7
Capacitor: fc7ef6d935eafb0df9eaaf109ca69be16c51a2d2
CapacitorCordova: 70b13b8fddb6f35d8adcfe06cb5045c07f35f6de
CapacitorStatusBar: f390fbb49b82ffb754ea4b3cf71dc8b048baf3e7

PODFILE CHECKSUM: fb6b0853c309f7e22b75d4c9bb586b3d3aa92a4b
Expand Down

0 comments on commit abb684d

Please sign in to comment.