Refactor: removed default exports.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Metadata } from 'next';
|
||||
import App from './App';
|
||||
import { App } from './App';
|
||||
|
||||
export default async function ({ children }) {
|
||||
export default function ({ children }) {
|
||||
return <App>{children}</App>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user