mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-22 16:04:21 +00:00
🧹 Rimuovi import inutilizzati
This commit is contained in:
parent
9a29a01917
commit
f2ef70bfc2
1 changed files with 14 additions and 1 deletions
|
@ -1,5 +1,18 @@
|
||||||
import React from "react";
|
import React from "react";
|
||||||
import {Split, Aside, Anchor, Help, Blockquote, Title, Separator, Code, Color, Underline as U, BaseLink as A, Paragraph as P, Bold as B, Italic as I, ListItem as LI, Table} from "bluelib/lib/components";
|
import {
|
||||||
|
Split,
|
||||||
|
Aside,
|
||||||
|
Anchor,
|
||||||
|
Help,
|
||||||
|
Code,
|
||||||
|
Color,
|
||||||
|
Underline as U,
|
||||||
|
Paragraph as P,
|
||||||
|
Bold as B,
|
||||||
|
Italic as I,
|
||||||
|
ListItem as LI,
|
||||||
|
Table,
|
||||||
|
} from "bluelib/lib/components";
|
||||||
import LatexMath from "bluelib/lib/components/LatexMath";
|
import LatexMath from "bluelib/lib/components/LatexMath";
|
||||||
import TitleSplit from "../../components/TitleSplit";
|
import TitleSplit from "../../components/TitleSplit";
|
||||||
import TitleBox from "../../components/TitleBox";
|
import TitleBox from "../../components/TitleBox";
|
||||||
|
|
Loading…
Reference in a new issue