fix: correct imports order
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m19s

This commit is contained in:
2026-01-22 18:58:38 +01:00
parent 3eaae054d4
commit f5cb3e20d1

View File

@@ -1,6 +1,6 @@
import './globals.css'; import './globals.css';
import Script from 'next/script';
import type { Metadata } from 'next'; import type { Metadata } from 'next';
import Script from 'next/script';
export const metadata: Metadata = { export const metadata: Metadata = {
title: 'Markdown to PNG Converter', title: 'Markdown to PNG Converter',