Skip to content

Commit 3606ef2

Browse files
committed
Properly format
1 parent 66e78cc commit 3606ef2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/modules/useAriaLive.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import { useContext } from "react";
2-
import AnnouncerContext from "../modules/AnnouncerContext";
1+
import { useContext } from 'react';
2+
import AnnouncerContext from '../modules/AnnouncerContext';
33

44
const useAriaLive = () => useContext(AnnouncerContext);
55
export default useAriaLive;

0 commit comments

Comments
 (0)