Skip to content

Commit bd64c63

Browse files
biozalCopilot
andauthored
Update example/src/hooks/usePermissions.ts
Co-authored-by: Copilot <[email protected]>
1 parent ff4311f commit bd64c63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/src/hooks/usePermissions.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { useState, useEffect } from 'react';
2-
import { useDitto } from './useDitto';
2+
import { useDitto } from './useDitto.ts';
33

44
export interface PermissionsHealth {
55
bluetooth: boolean;

0 commit comments

Comments
 (0)