Skip to content

Commit

Permalink
fix(article): correct imported name
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Mar 30, 2024
1 parent 45bf6a7 commit 6c5c0e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type CodeFile } from "@/types/container_info"
import {
type PageLoad
} from "@/routes/articles/different_levels_of_abstraction_in_programming/$types"
} from "@/routes/articles/different_levels_of_abstraction_in_programming/$types.d"

import {
associatedFileList
Expand Down

0 comments on commit 6c5c0e5

Please sign in to comment.