Apply Prettier styles
This commit is contained in:
parent
c10f150ca9
commit
484d7c81cf
@ -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 <button className={styles.button}>Amazing button by Timothy!</button>;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user