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:
parent
d0825d0e7e
commit
28922b1a3c
1 changed files with 2 additions and 3 deletions
|
@ -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"}>
|
||||||
|
|
Loading…
Reference in a new issue