diff --git a/babel.config.js b/babel.config.js index e0b108e..8be3d2f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,4 @@ module.exports = { "presets": ["next/babel"], "plugins": [["styled-components", {"ssr": true}]] -} \ No newline at end of file +}