Skip to content

Commit a3af360

Browse files
authored
fix(templates): bad import in website seed script (#7198)
1 parent 502548a commit a3af360

File tree

1 file changed

+0
-1
lines changed
  • templates/website/src/payload/seed

1 file changed

+0
-1
lines changed

templates/website/src/payload/seed/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ import { image2 } from './image-2'
1212
import { post1 } from './post-1'
1313
import { post2 } from './post-2'
1414
import { post3 } from './post-3'
15-
import { exists } from 'fs-extra'
1615

1716
const filename = fileURLToPath(import.meta.url)
1817
const dirname = path.dirname(filename)

0 commit comments

Comments
 (0)