Skip to content

Commit a7726cf

Browse files
committed
revert
1 parent c7cf7d4 commit a7726cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/app-dir/app-css/app/layout.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
// import '../styles/global.css'
2-
// import './style.css'
1+
import '../styles/global.css'
2+
import './style.css'
33

4-
// export const revalidate = 0
4+
export const revalidate = 0
55

66
export default function Root({ children }) {
77
return (

0 commit comments

Comments
 (0)