adding a bunch of linting and starting project over with nothing
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
export default function IconButton({ children }) {
|
||||
return (
|
||||
<button className="bg-gray-800 shadow-md h-7 w-7 text-white text-xs flex items-center justify-center">
|
||||
{children}
|
||||
</button>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user