1
Fork 0
mirror of https://github.com/Steffo99/unisteffo.git synced 2024-11-26 01:44:20 +00:00

Remove unused imports

This commit is contained in:
Steffo 2020-09-02 16:54:19 +02:00
parent d0825d0e7e
commit 28922b1a3c

View file

@ -1,15 +1,14 @@
import style from "./00_Intro.less" import style from "./00_Intro.less"
import {ILatex, Panel, PLatex, Section, Timer} from "bluelib"; import {ILatex, Panel, PLatex, Section} from "bluelib";
import Link from "../../components/Link"; import Link from "../../components/Link";
import MenuList from "../../components/MenuList"; import MenuList from "../../components/MenuList";
import Example from "../../components/Example"; import Example from "../../components/Example";
import {Fragment} from "preact"; import {Fragment} from "preact";
import {BoxColors} from "bluelib/dist/index.modern";
const r = String.raw; const r = String.raw;
export default function (props) { export default function () {
return ( return (
<Fragment> <Fragment>
<Section title={"Esame"}> <Section title={"Esame"}>