We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c253bf7 commit 1ba1b95Copy full SHA for 1ba1b95
packages/component-library/src/SymbolPairTag/index.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import clsx from "clsx";
4
import type { ComponentProps, ReactNode } from "react";
5
import { Fragment } from "react";
0 commit comments