boot.js 144 B

123456789
  1. import {
  2. applyColorScheme,
  3. } from './util/color-scheme';
  4. import {
  5. applyOldIos,
  6. } from './util/old-ios';
  7. applyColorScheme();
  8. applyOldIos();