Add i18n support with Next.js App Router and Dictionaries
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
"use client";
|
||||
import type { MailEnvelope } from "@/app/dashboard/mail/page";
|
||||
import type { MailEnvelope } from "@/app/[lang]/dashboard/mail/page";
|
||||
|
||||
function timeAgo(dateStr: string): string {
|
||||
const now = new Date();
|
||||
|
||||
Reference in New Issue
Block a user