A decentralized music tracking and discovery platform built on AT Protocol 🎵

Remove unused Key type import from React

+1 -1
+1 -1
apps/web/src/pages/profile/Profile.tsx
··· 7 7 import dayjs from "dayjs"; 8 8 import { useAtom, useSetAtom } from "jotai"; 9 9 import _ from "lodash"; 10 - import { type Key, useEffect, useState } from "react"; 10 + import { useEffect, useState } from "react"; 11 11 import { profilesAtom } from "../../atoms/profiles"; 12 12 import { userAtom } from "../../atoms/user"; 13 13 import Shout from "../../components/Shout/Shout";