[ci] format

This commit is contained in:
matthewp 2023-08-03 18:43:21 +00:00 committed by astrobot-houston
parent 4b6deda360
commit 3d91d4ad0a

View file

@ -36,7 +36,7 @@ export type {
ComponentSlots,
RenderInstruction,
} from './render/index.js';
export { renderTransition, createTransitionScope } from './transition.js';
export { createTransitionScope, renderTransition } from './transition.js';
import { markHTMLString } from './escape.js';
import { addAttribute, Renderer } from './render/index.js';