Skip to content

Commit be6c938

Browse files
committed
Remove unused imports and variables
1 parent eae5234 commit be6c938

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llmstack/client/src/components/store/PublicProfileHeader.jsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
import { Avatar, Box, Card, Typography } from "@mui/material";
2-
import { useRecoilValue } from "recoil";
3-
import { isMobileState } from "../../data/atoms";
42

53
function PublicProfileHeader({ name, avatar, username, sessionData }) {
6-
const isMobile = useRecoilValue(isMobileState);
7-
84
return (
95
<Card
106
sx={{

0 commit comments

Comments
 (0)