Critical: Fix BlackMarketUplink and NtosAiRestorer

Both UIs were unusable due to bad routing.
This commit is contained in:
Aleksej Komarov
2020-04-21 21:31:30 +03:00
parent 2bb16fbed5
commit fa27b963cb
3 changed files with 2 additions and 2 deletions
@@ -1,7 +1,7 @@
import { NtosWindow } from '../layouts';
import { AiRestorerContent } from './AiRestorer';
export const AiRestorer = () => {
export const NtosAiRestorer = () => {
return (
<NtosWindow resizable>
<NtosWindow.Content scrollable>
File diff suppressed because one or more lines are too long