Skip to content

Commit

Permalink
Corrected component order
Browse files Browse the repository at this point in the history
  • Loading branch information
QuazChick committed Feb 7, 2025
1 parent c1c9510 commit 5ee1b74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ import FolderView from "./components/content/FolderView.vue";
import Label from "./components/content/Label.vue";
import MolangGraph from "./components/content/MolangGraph.vue";
import Spoiler from "./components/content/Spoiler.vue";
import Table from "./components/content/Table.vue";
import Tag from "./components/content/Tag.vue";
import WikiImage from "./components/content/WikiImage.vue";
import YouTubeEmbed from "./components/content/YouTubeEmbed.vue";
import Table from "./components/content/Table.vue";

const contentComponents: Record<string, Component> = {
Button,
Expand All @@ -27,10 +27,10 @@ const contentComponents: Record<string, Component> = {
Label,
MolangGraph,
Spoiler,
Table,
Tag,
WikiImage,
YouTubeEmbed,
Table,
};

export default {
Expand Down

0 comments on commit 5ee1b74

Please sign in to comment.