Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 0 additions & 56 deletions jobdri/components/common/LoadMotion.tsx

This file was deleted.

3 changes: 2 additions & 1 deletion jobdri/src/app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import type { Metadata } from "next";
import "./globals.css";
import QueryProvider from "@/components/providers/QueryProvider";
// import LayoutShell from "./LayoutShell";

export const metadata: Metadata = {
Expand All @@ -18,7 +19,7 @@ export default function RootLayout({
<link rel="icon" href="/ic_JobDri.svg" />
</head>
<body className="min-h-full max-w-[1920px] bg-line-neutral-assistive">
{children}
<QueryProvider> {children}</QueryProvider>
</body>
</html>
);
Expand Down
Loading