feat: update title of page
This commit is contained in:
parent
cae2a60b0a
commit
07ab513348
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@ import {
|
||||||
import { SortableContext, arrayMove } from "@dnd-kit/sortable";
|
import { SortableContext, arrayMove } from "@dnd-kit/sortable";
|
||||||
import ColumnContainer from "./column"
|
import ColumnContainer from "./column"
|
||||||
import TaskCard from './task';
|
import TaskCard from './task';
|
||||||
import { createPortal } from "react-dom";
|
// import { createPortal } from "react-dom";
|
||||||
import AddBoard from './add-board';
|
import AddBoard from './add-board';
|
||||||
import CreateTask from "./create-task";
|
import CreateTask from "./create-task";
|
||||||
import { useTranslations } from 'next-intl';
|
import { useTranslations } from 'next-intl';
|
||||||
|
|
@ -147,7 +147,7 @@ const KanBanApp = ({ defaultCols, defaultTasks }: { defaultCols: Column[], defau
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{createPortal(
|
{/* {createPortal(
|
||||||
<DragOverlay>
|
<DragOverlay>
|
||||||
{activeColumn && (
|
{activeColumn && (
|
||||||
<ColumnContainer
|
<ColumnContainer
|
||||||
|
|
@ -159,7 +159,7 @@ const KanBanApp = ({ defaultCols, defaultTasks }: { defaultCols: Column[], defau
|
||||||
{activeTask && <TaskCard task={activeTask} />}
|
{activeTask && <TaskCard task={activeTask} />}
|
||||||
</DragOverlay>,
|
</DragOverlay>,
|
||||||
document.body
|
document.body
|
||||||
)}
|
)} */}
|
||||||
</DndContext>
|
</DndContext>
|
||||||
</div>
|
</div>
|
||||||
<CreateTask
|
<CreateTask
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@ import PageTitle from "@/components/page-title";
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -4,14 +4,10 @@ import DashCodeSidebar from "@/components/partials/sidebar";
|
||||||
import DashCodeFooter from "@/components/partials/footer";
|
import DashCodeFooter from "@/components/partials/footer";
|
||||||
import ThemeCustomize from "@/components/partials/customizer";
|
import ThemeCustomize from "@/components/partials/customizer";
|
||||||
import DashCodeHeader from "@/components/partials/header";
|
import DashCodeHeader from "@/components/partials/header";
|
||||||
import { auth } from "@/lib/auth";
|
|
||||||
import { redirect } from "@/components/navigation";
|
import { redirect } from "@/components/navigation";
|
||||||
const layout = async ({ children }: { children: React.ReactNode }) => {
|
const layout = async ({ children }: { children: React.ReactNode }) => {
|
||||||
const session = await auth();
|
|
||||||
|
|
||||||
if (!session) {
|
|
||||||
redirect("/");
|
|
||||||
}
|
|
||||||
return (
|
return (
|
||||||
<LayoutProvider>
|
<LayoutProvider>
|
||||||
<ThemeCustomize />
|
<ThemeCustomize />
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ const LayerLinks = ({ height = 350 }: { height?: number }) => {
|
||||||
const onClick = (event: React.MouseEvent<SVGPathElement>) => {
|
const onClick = (event: React.MouseEvent<SVGPathElement>) => {
|
||||||
const name = event.currentTarget.getAttribute("name");
|
const name = event.currentTarget.getAttribute("name");
|
||||||
if (name) {
|
if (name) {
|
||||||
window.open(`https://www.google.com/search?q=${name}%20nz`);
|
// window.open(`https://www.google.com/search?q=${name}%20nz`);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
export const metadata = {
|
export const metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { Metadata } from "next";
|
import { Metadata } from "next";
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Dashcode Next Js",
|
title: "Media Hub | POLRI",
|
||||||
description: "Dashcode is a popular dashboard template.",
|
description: "Dashcode is a popular dashboard template.",
|
||||||
};
|
};
|
||||||
const Layout = ({ children }: { children: React.ReactNode }) => {
|
const Layout = ({ children }: { children: React.ReactNode }) => {
|
||||||
|
|
|
||||||
|
|
@ -1,2 +0,0 @@
|
||||||
import { handlers } from "@/lib/auth";
|
|
||||||
export const { GET, POST } = handlers;
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue