Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
vetlek committed Oct 3, 2023
1 parent c7f4957 commit c6bc242
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/septic/docFormatting.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { bold, code, h4, horizontalRule } from "../util/markdown";
import { bold, code, h4, horizontalRule } from "../util";
import {
ISepticObjectDocumentation,
SepticAttributeDocumentation,
Expand Down
1 change: 1 addition & 0 deletions server/src/util/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
export * from "./lazy";
export * from "./resourceMap";
export * from "./str";
export * from "./markdown";

0 comments on commit c6bc242

Please sign in to comment.