Order imports

This commit is contained in:
JoeMakuta 2026-03-27 15:00:17 +02:00
parent d85cb1d78f
commit 0e1ddbd0d3

View file

@ -1,5 +1,5 @@
import type { Metadata } from "next";
import { loader } from "fumadocs-core/source";
import type { Metadata } from "next";
import { changelog } from "@/.source/server";
import { formatDate } from "@/lib/utils";
import { getMDXComponents } from "@/mdx-components";