Skip to content

Commit

Permalink
fix(templates): adds back missing CSS import in blank 3.0 template (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
ydemetriades committed May 2, 2024
1 parent f175a74 commit 6d642fe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/blank-3.0/src/app/(payload)/layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* THIS FILE WAS GENERATED AUTOMATICALLY BY PAYLOAD. */
import configPromise from '@payload-config'
import '@payloadcms/next/css'
import { RootLayout } from '@payloadcms/next/layouts'
/* DO NOT MODIFY IT BECAUSE IT COULD BE REWRITTEN AT ANY TIME. */
import React from 'react'
Expand Down

0 comments on commit 6d642fe

Please sign in to comment.