From 73a26f7eaaf452ef0ac1dbf4ae695cf562de20b0 Mon Sep 17 00:00:00 2001
From: Joe Bell <7349341+joe-bell@users.noreply.github.com>
Date: Fri, 14 Jul 2023 09:28:54 +0300
Subject: [PATCH] chore(react-with-tailwindcss-compound): tidy
---
.../src/components/nav/nav.tsx | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx b/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
index de67e0a..6b66b8b 100644
--- a/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
+++ b/examples/react-with-tailwindcss-compound/src/components/nav/nav.tsx
@@ -1,16 +1,6 @@
import React from "react";
import { cva, type VariantProps } from "class-variance-authority";
-// note: `data-*` attributes not required, but useful.
-//
-//
-// Home
-//
-//
-// Home
-//
-// ;
-
/* Root
============================================ */
@@ -51,6 +41,7 @@ export interface RootProps
export const Root: React.FC = ({ className, density, ...props }) => (