From 979f6be46f6f6ae549b6bdfa9393e4d0f681d2f0 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 3 Feb 2022 03:16:56 +0100 Subject: [PATCH] Fix missing warning on algebra --- pages/year1/algebra.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pages/year1/algebra.tsx b/pages/year1/algebra.tsx index 113a3ea..1af3022 100644 --- a/pages/year1/algebra.tsx +++ b/pages/year1/algebra.tsx @@ -1,6 +1,6 @@ import { Heading, Chapter, Box, Idiomatic as I, Code, Anchor as A, Dialog, BringAttention as B, ListOrdered, ListUnordered} from '@steffo/bluelib-react' import type { NextPage } from 'next' -import { WarningBlocked } from '../../components/warnings' +import { WarningBlocked, WarningUnchecked } from '../../components/warnings' const Page: NextPage = () => { return <> @@ -119,6 +119,7 @@ const Page: NextPage = () => { Cheatsheet +

Visto che all'esame era possibile utilizzare i propri appunti, ho realizzato un piccolo cheatsheet stampabile con tutti gli esercizi piĆ¹ comuni.

@@ -127,8 +128,6 @@ const Page: NextPage = () => { Cheatsheet (.tex, .pdf) - -