fix: Temp import change

pull/8569/head
S. Elliott Johnson 3 years ago
parent 50a32748b1
commit c0bd8243ec

@ -5,7 +5,7 @@ import { create_rule, delete_rule } from './style_manager';
import { custom_event } from './dom';
import { add_render_callback } from './scheduler';
import { TransitionConfig } from '../transition';
import { Fragment } from './types';
import type { Fragment } from '.';
let promise: Promise<void> | null;
type INTRO = 1;

Loading…
Cancel
Save