another one

This commit is contained in:
2025-02-22 20:12:27 +03:00
parent 1e803b4beb
commit b6fa50a59e
201 changed files with 5165 additions and 8036 deletions

8
frontend/node_modules/react-wavify/lib/index.js generated vendored Normal file
View File

@@ -0,0 +1,8 @@
'use client'
if (process.env.NODE_ENV !== 'production') {
module.exports = require('./react-wavify.dev.js')
}
else {
module.exports = require('./react-wavify.js')
}