Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
fraxken committed Nov 24, 2023
1 parent 266dd87 commit 685ba23
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/js/components/navigation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Import Internal Dependencies
import { PackageInfo } from "./package.info.js";
import { PackageInfo } from "./package/package.js";

export class ViewNavigation {
static DefaultActiveMenu = "network--view";
Expand Down
2 changes: 1 addition & 1 deletion public/js/components/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import * as documentationUI from "@nodesecure/documentation-ui";

// Import Internal Dependencies
import { PackageInfo } from "./package.info.js";
import { PackageInfo } from "./package/package.js";

export class Wiki {
constructor() {
Expand Down

0 comments on commit 685ba23

Please sign in to comment.