1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00

🧹 Code cleanup

This commit is contained in:
Steffo 2021-08-24 16:31:11 +02:00
parent a590dced45
commit 7227d57716
Signed by: steffo
GPG key ID: 6965406171929D01

View file

@ -1,6 +1,6 @@
// noinspection JSUnusedGlobalSymbols,JSDeprecatedSymbols
import { Box } from "../components/panels/Box";
import { Box } from "../components/panels/Box"
import { Heading } from "../components/common/Heading"
import { Chapter } from "../components/chapters/Chapter"
import { Table } from "../components/tables/Table"