Skip to content

Commit 79b7cfc

Browse files
committed
add avatar guidance section
Signed-off-by: Liben Hailu <libenhailu04@gmail.com>
1 parent ca2ed15 commit 79b7cfc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • src/sections/Projects/Sistent/components/avatar

src/sections/Projects/Sistent/components/avatar/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ import React from "react";
22
import { navigate } from "gatsby";
33
import { useLocation } from "@reach/router";
44
import profilePicture from "../../../../../assets/images/sistent/placeholder/user.webp";
5-
import { SistentThemeProvider, Avatar, Button } from "@sistent/sistent";
5+
import { SistentThemeProvider, Avatar } from "@sistent/sistent";
66
import TabButton from "../../../../../reusecore/Button";
77
import { FaUser } from "@react-icons/all-files/fa/FaUser";
88
import { SistentLayout } from "../../sistent-layout";
9-
import { Col, Row } from "../../../../../reusecore/Layout";
9+
import { Row } from "../../../../../reusecore/Layout";
1010
import { useStyledDarkMode } from "../../../../../theme/app/useStyledDarkMode";
1111

1212
const SistentAvatar = () => {

0 commit comments

Comments
 (0)