From b2e581b83df0dc6f885d9abbecd0299e7e0cefa9 Mon Sep 17 00:00:00 2001 From: killerboss Date: Tue, 15 Oct 2024 17:45:46 +0200 Subject: [PATCH] Fixed error ("use client") --- typography.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/typography.tsx b/typography.tsx index e95c506..5ea8909 100644 --- a/typography.tsx +++ b/typography.tsx @@ -1,3 +1,5 @@ +"use client"; + import React from "react"; export interface Props {