Skip to content

Commit cdde796

Browse files
committed
Fix import casing
1 parent 5369695 commit cdde796

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/blackboard/blackboard.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ import {
2626

2727
import Color from 'color'
2828
import { MagicObject } from './magicobject'
29-
import { ImageHelper } from './ImageHelper'
29+
import { ImageHelper } from './imagehelper'
3030
import { BackgroundPDF } from './backgroundpdf'
3131
import { SVGWriting2, SVGSpotlight, FormHelper } from './helpers'
3232
import { JupyterHublet } from './jupyterhublet'

0 commit comments

Comments
 (0)