We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8003220 commit 5614f64Copy full SHA for 5614f64
packages/bento-design-system/src/index.ts
@@ -1,3 +1,7 @@
1
+// Mark all components as "client components" so that they can be used in Server Components
2
+// In the future we may decide to be more granular with this, but this at least ensures
3
+// good compatibility out of the box.
4
+"use client";
5
import "./reset.css";
6
import "./global.css";
7
import * as icons from "./Icons";
0 commit comments