diff --git a/components/counter.tsx b/components/counter.tsx deleted file mode 100644 index 3fe2d87743..0000000000 --- a/components/counter.tsx +++ /dev/null @@ -1,14 +0,0 @@ -"use client"; - -import { Button } from "@nextui-org/react"; -import { useState } from "react"; - -export const Counter = () => { - const [count, setCount] = useState(0); - - return ( - - ); -}; diff --git a/components/icons.tsx b/components/temp_Icons.tsx similarity index 100% rename from components/icons.tsx rename to components/temp_Icons.tsx diff --git a/components/navbar.tsx b/components/temp_Navbar.tsx similarity index 100% rename from components/navbar.tsx rename to components/temp_Navbar.tsx