diff --git a/components/ExampleComponent.jsx b/components/ExampleComponent.jsx index e87362a..d27e50f 100644 --- a/components/ExampleComponent.jsx +++ b/components/ExampleComponent.jsx @@ -1,10 +1,10 @@ -import React from 'react'; -import { useCounter } from "hooks/counter" +import React from "react"; +import { useCounter } from "hooks/counter"; import styles from "styles/exampleComponent.module.css"; const ExampleComponent = () => { - const {} = useCounter() + const {} = useCounter(); return ; };