chore: more folder cleanup

This commit is contained in:
AP 2020-01-13 06:37:47 +01:00
parent 696c58f4ea
commit 9ed3e651e3
3 changed files with 2 additions and 2 deletions

View file

@ -1,8 +1,8 @@
import React from 'react'; import React from 'react';
import styled from 'styled-components'; import styled from 'styled-components';
import { Link, useLocation } from 'react-router-dom'; import { Link, useLocation } from 'react-router-dom';
import { NodeInfo } from '../../views/sidebar/nodeInfo/NodeInfo'; import { NodeInfo } from './nodeInfo/NodeInfo';
import { SideSettings } from '../../views/sidebar/sideSettings/SideSettings'; import { SideSettings } from './sideSettings/SideSettings';
import { import {
textColor, textColor,
unSelectedNavButton, unSelectedNavButton,