formated project with prettier
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/** @type {import('next').NextConfig} */
|
||||
const removeImports = require('next-remove-imports')();
|
||||
const nextConfig = removeImports({});
|
||||
const removeImports = require("next-remove-imports")();
|
||||
/* const nextConfig = removeImports({}); */
|
||||
const nextConfig = {};
|
||||
|
||||
export default nextConfig;
|
||||
|
||||
Reference in New Issue
Block a user