Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
stygian-96 authored Jan 15, 2021
2 parents 39bf544 + c7dafd7 commit 71bc97a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import Compose from "./components/compose-components/Compose";
import Dashboard from "./components/dashboard-components/Dashboard";
import BottomNav from "./components/BottomNav";
import { EditProfile } from './components/EditProfile';

import Profile from "./components/profile-components/Profile";

function App() {
Expand Down
1 change: 1 addition & 0 deletions src/components/profile-components/ProfileOverview.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import React from 'react';
import { ReactComponent as Boy } from '../../assets/boy.svg';
import axios from 'axios';
import {Link} from 'react-router-dom';

import {
Grid,
Avatar,
Expand Down

0 comments on commit 71bc97a

Please sign in to comment.