tangled
alpha
login
or
join now
t1c.dev
/
rocksky
forked from
rocksky.app/rocksky
2
fork
atom
A decentralized music tracking and discovery platform built on AT Protocol 🎵
2
fork
atom
overview
issues
pulls
pipelines
Remove unused Key type import from React
tsiry-sandratraina.com
2 months ago
49ccf3c3
90761ee7
+1
-1
1 changed file
expand all
collapse all
unified
split
apps
web
src
pages
profile
Profile.tsx
+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
10
-
import { type Key, useEffect, useState } from "react";
10
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";