mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-20 14:45:42 +02:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -3,7 +3,15 @@
|
||||
import { usePathname, useRouter, useSearchParams } from "next/navigation";
|
||||
import { useCallback, useEffect, useState } from "react";
|
||||
|
||||
const PAGES = ["compose", "application", "postgres", "redis", "mysql", "mariadb", "mongodb"] as const;
|
||||
const PAGES = [
|
||||
"compose",
|
||||
"application",
|
||||
"postgres",
|
||||
"redis",
|
||||
"mysql",
|
||||
"mariadb",
|
||||
"mongodb",
|
||||
] as const;
|
||||
type Page = (typeof PAGES)[number];
|
||||
|
||||
type Shortcuts = Record<string, string>;
|
||||
|
||||
@@ -64,7 +64,7 @@ const Mariadb = (
|
||||
|
||||
return (
|
||||
<div className="pb-10">
|
||||
<UseKeyboardNav forPage="mariadb" />
|
||||
<UseKeyboardNav forPage="mariadb" />
|
||||
<BreadcrumbSidebar
|
||||
list={[
|
||||
{ name: "Projects", href: "/dashboard/projects" },
|
||||
|
||||
@@ -64,7 +64,7 @@ const Mongo = (
|
||||
|
||||
return (
|
||||
<div className="pb-10">
|
||||
<UseKeyboardNav forPage="mongodb" />
|
||||
<UseKeyboardNav forPage="mongodb" />
|
||||
<BreadcrumbSidebar
|
||||
list={[
|
||||
{ name: "Projects", href: "/dashboard/projects" },
|
||||
|
||||
Reference in New Issue
Block a user