chore: adds use-client directive to label component (#2988)

This commit is contained in:
Jacob Fletcher
2023-07-11 10:06:25 -04:00
committed by GitHub
parent 2854bfebf7
commit 76a71c1af5

View File

@@ -1,3 +1,5 @@
'use client';
import React from 'react';
import { useTranslation } from 'react-i18next';
import { Props } from './types';