mirror of
https://github.com/apotdevin/thunderhub.git
synced 2025-02-22 14:22:33 +01:00
chore: more folder cleanup
This commit is contained in:
parent
696c58f4ea
commit
9ed3e651e3
3 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
import React from 'react';
|
||||
import styled from 'styled-components';
|
||||
import { Link, useLocation } from 'react-router-dom';
|
||||
import { NodeInfo } from '../../views/sidebar/nodeInfo/NodeInfo';
|
||||
import { SideSettings } from '../../views/sidebar/sideSettings/SideSettings';
|
||||
import { NodeInfo } from './nodeInfo/NodeInfo';
|
||||
import { SideSettings } from './sideSettings/SideSettings';
|
||||
import {
|
||||
textColor,
|
||||
unSelectedNavButton,
|
||||
|
|
Loading…
Add table
Reference in a new issue