fix: adds 'use client' for next 13 compatibility

This commit is contained in:
James
2023-04-18 14:53:59 -04:00
parent fc7fa8debd
commit 5e02985206

View File

@@ -1,3 +1,5 @@
'use client';
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
// @ts-ignore - need to do this because this file doesn't actually exist
import config from 'payload-config';