Changed folder structure

This commit is contained in:
Daniël van Noord
2021-04-12 13:02:28 +02:00
parent 1545d9782b
commit 077f0120b7
28 changed files with 122 additions and 128 deletions

View File

@@ -1,8 +1,4 @@
import UpdateTooltips from './UpdateTooltips';
import {
Beautify,
GetTimeColour,
} from '../BeautifyAndFormatting/BeautifyFormatting';
import {
SimpleTooltipElements,
TooltipName,
@@ -10,6 +6,8 @@ import {
} from '../VariablesAndData';
import { CMOptions } from '../../Config/VariablesAndData';
import BuildingGetPrice from '../../Sim/SimulationEvents/BuyBuilding';
import GetTimeColour from '../BeautifyAndFormatting/GetTimeColour';
import Beautify from '../BeautifyAndFormatting/Beautify';
/** All general functions related to creating and updating tooltips */