Introduce prettier
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
"use client";
|
||||
'use client';
|
||||
|
||||
import { useState } from "react";
|
||||
import { Button } from "@nextui-org/button";
|
||||
import { useState } from 'react';
|
||||
import { Button } from '@nextui-org/button';
|
||||
|
||||
export const Counter = () => {
|
||||
const [count, setCount] = useState(0);
|
||||
|
||||
Reference in New Issue
Block a user