[Cleanup] Tidy up last night's rushed commit

This commit is contained in:
Beef 2022-10-20 07:58:17 +01:00
parent daf0357d60
commit 08865685df
5 changed files with 7 additions and 41 deletions

View file

@ -1,5 +1,5 @@
import { connectToDebugWS } from "@/lib/debug";
import { AsyncStorage, React, ReactNative as RN } from "@metro/common";
import { connectToDebugWS } from "@lib/debug";
import { React, ReactNative as RN } from "@metro/common";
import { Forms } from "@ui/components";
import Version from "./Version";