File tree Expand file tree Collapse file tree
src/sections/Projects/Sistent/components/avatar Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,11 +2,11 @@ import React from "react";
22import { navigate } from "gatsby" ;
33import { useLocation } from "@reach/router" ;
44import profilePicture from "../../../../../assets/images/sistent/placeholder/user.webp" ;
5- import { SistentThemeProvider , Avatar , Button } from "@sistent/sistent" ;
5+ import { SistentThemeProvider , Avatar } from "@sistent/sistent" ;
66import TabButton from "../../../../../reusecore/Button" ;
77import { FaUser } from "@react-icons/all-files/fa/FaUser" ;
88import { SistentLayout } from "../../sistent-layout" ;
9- import { Col , Row } from "../../../../../reusecore/Layout" ;
9+ import { Row } from "../../../../../reusecore/Layout" ;
1010import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode" ;
1111
1212const SistentAvatar = ( ) => {
You can’t perform that action at this time.
0 commit comments