Skip to content

Commit

Permalink
refactor: combine duplicate imports
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethTrecy committed Mar 30, 2024
1 parent d38c6bb commit 0a6420e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/general/card/page_detail.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<script lang="ts">
import { type PageMeta } from "@/types/content_metadata"
import { principlesPath } from "@/constants/schema_collection"
import { authorTypes, internalTypes } from "@/components/general/links/constants"
import {
principlesPath,
draftStatusURL,
publishedStatusURL
} from "@/constants/schema_collection"
Expand Down

0 comments on commit 0a6420e

Please sign in to comment.