Skip to content

Commit

Permalink
chore: rename to element-helper
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyrxng committed Nov 21, 2024
1 parent 8ff9501 commit 5ce4b43
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion static/scripts/render-manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { ManifestCache, ManifestPreDecode, ManifestProps, Plugin } from "../type
import { ConfigParser } from "./config-parser";
import { AuthService } from "./authentication";
import AJV, { AnySchemaObject } from "ajv";
import { createElement, createInputRow } from "../utils/ele-helpers";
import { createElement, createInputRow } from "../utils/element-helpers";
import { toastNotification } from "../utils/toaster";

const ajv = new AJV({ allErrors: true, coerceTypes: true, strict: true });
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion static/utils/toaster.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { createElement } from "./ele-helpers";
import { createElement } from "./element-helpers";

export function toastNotification(
message: string,
Expand Down

0 comments on commit 5ce4b43

Please sign in to comment.