fix: imports

pull/8569/head
S. Elliott Johnson 3 years ago
parent e02f8b7bcc
commit ed6d751e28

@ -1,5 +1,5 @@
import { writable } from '../store.js'; import { writable } from '../store';
import { loop, now } from '../internal.js'; import { loop, now } from '../internal';
import { is_date } from './utils.js'; import { is_date } from './utils.js';
/** /**

@ -1,6 +1,6 @@
import { writable } from '../store.js'; import { writable } from '../store';
import { assign, loop, now } from '../internal.js'; import { assign, loop, now } from '../internal';
import { linear } from '../easing.js'; import { linear } from '../easing';
import { is_date } from './utils.js'; import { is_date } from './utils.js';
/** @returns {(t: any) => any} */ /** @returns {(t: any) => any} */

@ -5,7 +5,7 @@ import {
safe_not_equal, safe_not_equal,
is_function, is_function,
get_store_value get_store_value
} from '../internal.js'; } from '../internal';
const subscriber_queue = []; const subscriber_queue = [];

@ -1,5 +1,5 @@
import { cubicOut, cubicInOut, linear } from '../easing.js'; import { cubicOut, cubicInOut, linear } from '../easing';
import { assign, split_css_unit, is_function } from '../internal.js'; import { assign, split_css_unit, is_function } from '../internal';
/** /**
* @param {Element} node * @param {Element} node

Loading…
Cancel
Save