diff options
| -rw-r--r-- | template/main.typ | 2 | ||||
| -rw-r--r-- | typst.toml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/template/main.typ b/template/main.typ index 985b7ca..1df3e48 100644 --- a/template/main.typ +++ b/template/main.typ @@ -1,4 +1,4 @@ -#import "@local/sgu-template:0.0.1": conf +#import "@local/ssu-template:0.0.1": conf #show: conf.with( title: [Тема работы], type: "referat", @@ -1,5 +1,5 @@ [package] -name = "sgu-template" +name = "ssu-template" version = "0.0.1" entrypoint = "conf.typ" authors = ["Danila Grogirev <danila.sar@yandex.ru>"] |