Skip to content

Commit

Permalink
chore: restore prev module configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
pure-js committed Sep 17, 2023
1 parent 733ba55 commit 7bac17a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion app/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './globals.css';
// import './globals.css';
import type { Metadata } from 'next';
import { Inter } from 'next/font/google';

Expand Down
File renamed without changes.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"name": "react-hello-world-enterprise-edition",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "next dev",
"build": "next build",
Expand Down
File renamed without changes.

0 comments on commit 7bac17a

Please sign in to comment.