Skip to content

Commit

Permalink
Fix rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriellsh committed Jun 30, 2020
1 parent 4dac36f commit 796d08b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions client/account/AccountRoute.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ import React, { useEffect } from 'react';
import { useRouteParameter, useRoute } from '../contexts/RouterContext';
import { SideNav } from '../../app/ui-utils';
import AccountProfilePage from './AccountProfilePage';
import { createAccountSidebarTemplate } from './sidebarItems';

createAccountSidebarTemplate();
import './sidebarItems';

const AccountRoute = () => {
const page = useRouteParameter('group');
Expand Down

0 comments on commit 796d08b

Please sign in to comment.