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.
use-client
1 parent c541663 commit 509569fCopy full SHA for 509569f
packages/main/src/components/FlexBox/index.tsx
@@ -1,3 +1,5 @@
1
+'use client';
2
+
3
import { clsx } from 'clsx';
4
import type { ElementType, ReactNode } from 'react';
5
import React, { forwardRef } from 'react';
packages/main/src/components/ResponsiveGridLayout/index.tsx
import type { CSSProperties, ReactNode } from 'react';
packages/main/src/components/Text/index.tsx
0 commit comments