put laantas-script library behind a single module
This commit is contained in:
parent
55b50ab440
commit
5ad7aeddc6
3 changed files with 8 additions and 8 deletions
5
laantas-script/lib/Laantas.hs
Normal file
5
laantas-script/lib/Laantas.hs
Normal file
|
@ -0,0 +1,5 @@
|
|||
module Laantas (module Laantas) where
|
||||
|
||||
import Split as Laantas
|
||||
import Svg as Laantas
|
||||
import Glyphs as Laantas
|
Loading…
Add table
Add a link
Reference in a new issue