Skip to content

Commit

Permalink
Properly format useAriaLive.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dhovart committed Dec 23, 2020
1 parent 66e78cc commit a5cd1f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/useAriaLive.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { useContext } from "react";
import AnnouncerContext from "../modules/AnnouncerContext";
import { useContext } from 'react';
import AnnouncerContext from '../modules/AnnouncerContext';

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

0 comments on commit a5cd1f5

Please sign in to comment.