diff options
Diffstat (limited to 'app/components/PSA.js')
| -rw-r--r-- | app/components/PSA.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/PSA.js b/app/components/PSA.js index f5193a8..da5f35b 100644 --- a/app/components/PSA.js +++ b/app/components/PSA.js @@ -1,4 +1,4 @@ -import psaMessage from './psa.json' assert { type: 'json' }; +import psaMessage from './psa.json' with { type: 'json' }; import Link from "next/link"; const PSA = () => { |
