This commit is contained in:
2025-09-08 12:51:15 -07:00
commit 574feb1ea1
62 changed files with 10425 additions and 0 deletions

10
frontend/babel.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
presets: [
['next/babel', {
'preset-react': {
runtime: 'automatic',
importSource: '@emotion/react'
}
}]
]
}