From 4a72b4a46723a1195c842d4af8c84c252d32fc85 Mon Sep 17 00:00:00 2001 From: Eric Wieser Date: Fri, 22 Nov 2024 19:21:40 +0000 Subject: [PATCH] Add `Plausible` to the imported modules --- Projects/mathlib-demo/MathlibLatest.lean | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/mathlib-demo/MathlibLatest.lean b/Projects/mathlib-demo/MathlibLatest.lean index a740d7b3..9490e03e 100644 --- a/Projects/mathlib-demo/MathlibLatest.lean +++ b/Projects/mathlib-demo/MathlibLatest.lean @@ -1,5 +1,6 @@ import Mathlib import ProofWidgets +import Plausible import MathlibLatest.Bijection import MathlibLatest.Logic