another one
This commit is contained in:
6
frontend/node_modules/react-wavify/lib/index.module.js
generated
vendored
Normal file
6
frontend/node_modules/react-wavify/lib/index.module.js
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
'use client'
|
||||
|
||||
import WaveDev from './react-wavify.module.dev.js'
|
||||
import Wave from './react-wavify.module.js'
|
||||
|
||||
export default process.env.NODE_ENV === 'production' ? Wave : WaveDev
|
||||
Reference in New Issue
Block a user