fix: correct import order
Some checks failed
Deploy / lint-build-deploy (push) Failing after 1m54s

This commit is contained in:
2026-01-22 18:56:21 +01:00
parent e1379214d0
commit a87b626ec1

View File

@@ -1,6 +1,6 @@
import type { Metadata } from 'next'; import type { Metadata } from 'next';
import Script from 'next/script';
import { ReactNode } from 'react'; import { ReactNode } from 'react';
import Script from 'next/script';
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'DiaryWhisper', title: 'DiaryWhisper',