From 7dc7da377e2997125a4821b751d0a5be07e0c751 Mon Sep 17 00:00:00 2001 From: Andre Almeida Date: Wed, 26 Jul 2023 22:13:19 -0300 Subject: [PATCH] add eof --- .babelrc.json | 2 +- .nvmrc | 2 +- .storybook/main.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.babelrc.json b/.babelrc.json index b5cf683..00ca841 100644 --- a/.babelrc.json +++ b/.babelrc.json @@ -13,4 +13,4 @@ "@babel/preset-react" ], "plugins": [] -} \ No newline at end of file +} diff --git a/.nvmrc b/.nvmrc index 3c79f30..6d80269 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -18.16.0 \ No newline at end of file +18.16.0 diff --git a/.storybook/main.js b/.storybook/main.js index e0ff667..e8bd258 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -8,4 +8,4 @@ module.exports = { docs: { autodocs: true } -}; \ No newline at end of file +};