Import fix

This commit is contained in:
Knut Sveidqvist
2024-09-18 15:43:27 +02:00
parent d807466780
commit c6410472c8

View File

@@ -3,7 +3,7 @@ import intersect from '../intersect/index.js';
import type { Node } from '../../types.js';
import rough from 'roughjs';
import { styles2String, userNodeOverrides } from './handDrawnShapeStyles.js';
import type { RenderOptions } from '../../types';
import type { RenderOptions } from '../../types.js';
export const note = async (
parent: SVGAElement,