fix: correct imports order
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m19s
All checks were successful
Deploy / lint-build-deploy (push) Successful in 2m19s
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import './globals.css';
|
||||
import Script from 'next/script';
|
||||
import type { Metadata } from 'next';
|
||||
import Script from 'next/script';
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: 'Markdown to PNG Converter',
|
||||
|
||||
Reference in New Issue
Block a user