mirror of
https://github.com/Steffo99/bluelib.git
synced 2024-12-22 19:44:21 +00:00
🧹 Code cleanup
This commit is contained in:
parent
a590dced45
commit
7227d57716
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
// noinspection JSUnusedGlobalSymbols,JSDeprecatedSymbols
|
// noinspection JSUnusedGlobalSymbols,JSDeprecatedSymbols
|
||||||
|
|
||||||
import { Box } from "../components/panels/Box";
|
import { Box } from "../components/panels/Box"
|
||||||
import { Heading } from "../components/common/Heading"
|
import { Heading } from "../components/common/Heading"
|
||||||
import { Chapter } from "../components/chapters/Chapter"
|
import { Chapter } from "../components/chapters/Chapter"
|
||||||
import { Table } from "../components/tables/Table"
|
import { Table } from "../components/tables/Table"
|
||||||
|
|
Loading…
Reference in a new issue