3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-31 13:15:02 +00:00

remove unused imports & add prettier plugin

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
metal 2023-03-20 20:13:30 +00:00 committed by GitHub
parent 33c6ae2188
commit 59bf98f928
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
289 changed files with 861 additions and 834 deletions

View file

@ -4,11 +4,11 @@ import Vue from "vue";
import hljs from "highlight.js/lib/highlight.js";
import hljsYaml from "highlight.js/lib/languages/yaml.js";
import VueHighlightJS from "vue-highlightjs";
import "highlight.js/styles/ocean.css";
import VueHighlightJS from "vue-highlightjs";
import { RootStore } from "./store";
import { router } from "./routes";
import { RootStore } from "./store";
import "./directives/trim-indents";