Run update

This commit is contained in:
Mayuran Visakan 2023-08-30 20:13:19 +01:00
parent 0daeb4b52f
commit 14ea49d37c
3 changed files with 3 additions and 5 deletions

File diff suppressed because one or more lines are too long

View file

@ -2,7 +2,7 @@ import { Plugin, TFile } from "obsidian";
import CodeStylerPlugin from "../main";
import { CodeStylerTheme, EXECUTE_CODE_SUPPORTED_LANGUAGES } from "../Settings";
import { CodeBlockArgs, getArgs } from "../External/executeCode/CodeBlockArgs";
import { CodeBlockArgs, getArgs } from "../External/ExecuteCode/CodeBlockArgs";
export interface CodeblockParameters {
language: string;

File diff suppressed because one or more lines are too long