[WEB-1397] fix: UI package logo component (#4858)

* fix: logo component

* chore: add missing anchor observable
This commit is contained in:
Aaryan Khandelwal 2024-06-18 16:16:50 +05:30 committed by GitHub
parent 56956d8786
commit 59f0e9fe2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 4 deletions

View file

@ -1,5 +1,3 @@
"use client";
import React, { FC } from "react";
import { Emoji } from "emoji-picker-react";
import useFontFaceObserver from "use-font-face-observer";