remove unnecessary imports

This commit is contained in:
2025-11-06 13:49:26 +01:00
parent a951de2391
commit b9f91512cb
2 changed files with 0 additions and 2 deletions

View File

@@ -1,7 +1,6 @@
#import "../arguments.typ": req_arg, get_arg
#import "../utils.typ": assert_dict_has, is_none
#import "common.typ": mainpage, assignment, external_title_pages
#import "thesis_base.typ": thesis_base
#let bp(args) = {
let language = req_arg(args, "document.language");

View File

@@ -1,7 +1,6 @@
#import "../arguments.typ": req_arg, get_arg, map_arg
#import "../utils.typ": assert_dict_has, is_none
#import "common.typ": mainpage, assignment, external_title_pages
#import "thesis_base.typ": thesis_base
#let dp(args) = {
let language = req_arg(args, "document.language");