From 555a45a9f2b68a48b098099804ce795e3d5a350b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Fri, 2 Aug 2024 14:05:30 +0200 Subject: sheetview add background theme parameter --- src/sheet/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sheet/mod.rs') diff --git a/src/sheet/mod.rs b/src/sheet/mod.rs index 5f28e07..ffaec94 100644 --- a/src/sheet/mod.rs +++ b/src/sheet/mod.rs @@ -1,7 +1,7 @@ use cell::{Cell, CellRef}; pub mod cell; -pub mod foreach; +pub mod map; pub mod register; pub mod luaref; -- cgit v1.2.3-70-g09d2