Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Sorting system
Browse files Browse the repository at this point in the history
  • Loading branch information
Mafrans committed Sep 11, 2020
1 parent c62ea51 commit 0664d01
Show file tree
Hide file tree
Showing 17 changed files with 273 additions and 88 deletions.
Binary file modified images/PlayButtonBackground.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/AllowWindowedMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Component } from '../Component';
import Logger from '../Logger';
import { Language } from '../Language';
import { UIButton } from '../ui/UIButton';
import Util from '../Util';
import Util from '../util/Util';

const { chrome } = window as any;

Expand Down
2 changes: 1 addition & 1 deletion src/components/Clock.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from '../Component';
import Logger from '../Logger';
import Util from '../Util';
import Util from '../util/Util';
import './styles/Clock.scss';
import { Language } from '../Language';

Expand Down
2 changes: 1 addition & 1 deletion src/components/ForceCodec.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from '../Component';
import Logger from '../Logger';
import Util from '../Util';
import Util from '../util/Util';
import './styles/ForceCodec.scss';
import { UITab } from './UITab';
import { UIRow } from '../ui/UIRow';
Expand Down
2 changes: 1 addition & 1 deletion src/components/ForceResolution.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Component } from '../Component';
import Logger from '../Logger';
import Util from '../Util';
import Util from '../util/Util';
import './styles/ForceResolution.scss';
import { UITab } from './UITab';
import { UIRow, UIRowOptions } from '../ui/UIRow';
Expand Down
Loading

0 comments on commit 0664d01

Please sign in to comment.