mirror of
https://github.com/withastro/astro.git
synced 2025-01-06 22:10:10 -05:00
[ci] format
This commit is contained in:
parent
53bf0be280
commit
27d8c351bb
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
import "../@types/network-information.d.ts";
|
|
||||||
import throttles from 'throttles';
|
import throttles from 'throttles';
|
||||||
|
import '../@types/network-information.d.ts';
|
||||||
import requestIdleCallback from './requestIdleCallback.js';
|
import requestIdleCallback from './requestIdleCallback.js';
|
||||||
|
|
||||||
const events = ['mouseenter', 'touchstart', 'focus'];
|
const events = ['mouseenter', 'touchstart', 'focus'];
|
||||||
|
|
Loading…
Reference in a new issue