meow
All checks were successful
Code quality checks / build (23) (push) Successful in 34s
Push code / build (push) Successful in 47s

This commit is contained in:
Lara 2024-11-02 17:11:49 +02:00
parent 1fcbbaab55
commit 8f4d5eeef9
Signed by: laratheprotogen
GPG key ID: 5C0296EB3165F98B

View file

@ -4,7 +4,7 @@ import Vue from "vue";
import VueHighlightJS from "@highlightjs/vue-plugin";
import hljs from "highlight.js/lib/core";
import hljsYaml from "highlight.js/lib/languages/yaml.js";
import hljsYaml from "highlight.js/lib/languages/yaml";
import "highlight.js/styles/base16/ocean.css";
import { router } from "./routes";