1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-21 23:44:22 +00:00

🧹 Remove unused import

This commit is contained in:
Steffo 2021-03-24 15:40:47 +01:00
parent 23aad15efa
commit 557b5476d8
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,4 +1,4 @@
import {Anchor, BaseLink, Bold as B, Color, ListItem as LI, Paragraph as P, Split} from "bluelib/lib/components"
import {Anchor, BaseLink, Bold as B, Color, ListItem as LI, Paragraph as P} from "bluelib/lib/components"
import {default as Latex} from "bluelib/lib/components/LatexMath"
import Todo from "../../components/Todo"