mirror of
https://github.com/Steffo99/unisteffo.git
synced 2024-11-21 23:44:22 +00:00
add warning to apprendimento
This commit is contained in:
parent
f181a2d3e7
commit
da1a7b7f6a
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@ import { ListUnordered } from "@steffo/bluelib-react"
|
|||
import { Heading, Chapter, Box, Panel, Idiomatic as I } from "@steffo/bluelib-react"
|
||||
import { NextPage } from "next"
|
||||
import { Link } from "../../../components/link"
|
||||
import { Warn1024 } from "../../../components/warn"
|
||||
|
||||
|
||||
const Page: NextPage = () => {
|
||||
|
@ -32,6 +33,7 @@ const Page: NextPage = () => {
|
|||
<Heading level={4}>
|
||||
Appuntiweb
|
||||
</Heading>
|
||||
<Warn1024/>
|
||||
<ListUnordered>
|
||||
<ListUnordered.Item>
|
||||
<Link href="/year2/apprendimento/teoria">
|
||||
|
|
Loading…
Reference in a new issue