refactor(frontend): normalize naming conventions

This commit is contained in:
2026-06-13 13:07:16 +08:00
parent 6ff8886524
commit 0dea655f68
30 changed files with 87 additions and 33 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import type { Metadata } from "next";
import { cookies } from "next/headers";
import React, { Suspense } from "react";
import { RefineContext } from "./_refine_context";
import { RefineContext } from "./RefineContext";
import { META_DATA } from "@config/config";
export const metadata: Metadata = META_DATA;