mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-09 15:52:40 +02:00
Order imports
This commit is contained in:
parent
d85cb1d78f
commit
0e1ddbd0d3
1 changed files with 1 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
import type { Metadata } from "next";
|
|
||||||
import { loader } from "fumadocs-core/source";
|
import { loader } from "fumadocs-core/source";
|
||||||
|
import type { Metadata } from "next";
|
||||||
import { changelog } from "@/.source/server";
|
import { changelog } from "@/.source/server";
|
||||||
import { formatDate } from "@/lib/utils";
|
import { formatDate } from "@/lib/utils";
|
||||||
import { getMDXComponents } from "@/mdx-components";
|
import { getMDXComponents } from "@/mdx-components";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue