File rename and clean up

This commit is contained in:
Sam Potts
2019-06-21 00:19:37 +10:00
parent c4b3e0672e
commit 8fc6c2ba52
18 changed files with 14 additions and 16 deletions

View File

@ -4,7 +4,6 @@
// https://webkit.org/blog/7929/designing-websites-for-iphone-x/
// ==========================================================================
import { repaint } from './utils/animation';
import browser from './utils/browser';
import { hasClass, toggleClass, trapFocus } from './utils/elements';
import { on, triggerEvent } from './utils/events';