import { applyColorScheme, } from './util/color-scheme'; import { applyOldIos, } from './util/old-ios'; applyColorScheme(); applyOldIos();