diff --git a/.babelrc b/.babelrc index 1320b9a3..2aabf27f 100644 --- a/.babelrc +++ b/.babelrc @@ -1,3 +1,16 @@ + { - "presets": ["@babel/preset-env"] + "presets": [ + "@babel/preset-env", + "@babel/preset-react" + ], + "plugins": [ + [ + "@babel/plugin-proposal-decorators", + { + "legacy": true + } + ], + "@babel/plugin-proposal-export-default-from" + ] } diff --git a/.codesandbox/tasks.json b/.codesandbox/tasks.json new file mode 100644 index 00000000..a3b4beb8 --- /dev/null +++ b/.codesandbox/tasks.json @@ -0,0 +1,22 @@ +{ + // These tasks will run in order when initializing your CodeSandbox project. + "setupTasks": [ + { + "command": "pnpm install", + "name": "Installing Dependencies" + } + ], + + // These tasks can be run from CodeSandbox. Running one will open a log in the app. + "tasks": { + "start": { + "name": "start", + "command": "pnpm start" + }, + "dev": { + "name": "dev", + "command": "pnpm dev", + "runAtStart": true + } + } +} diff --git a/.gitignore b/.gitignore index f1ff414e..c34667db 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,6 @@ node_modules .env.development.local .env.test.local .env.production.local -package-lock.json \ No newline at end of file +package-lock.json +# Local Netlify folder +.netlify diff --git a/.idx/App.css b/.idx/App.css new file mode 100644 index 00000000..f2f71629 --- /dev/null +++ b/.idx/App.css @@ -0,0 +1,14 @@ +@import "tailwindcss"; +import './App.css'; +import SideBar from ".SideBar"; +import +function App () { + return ( +
Sorry, an unexpected error has occurred.
++ {error.statusText || error.message} +
+{contact.notes}
} + +
+ This is a demo for React Router.
+
+ Check out{" "}
+
+ the docs at reactrouter.com
+
+ .
+
+ Press n or j to go to the next uncovered block, b, p or k for the previous block. +
+ +| File | ++ | Statements | ++ | Branches | ++ | Functions | ++ | Lines | ++ |
|---|---|---|---|---|---|---|---|---|---|
| sum.ts | +
+
+ |
+ 100% | +3/3 | +100% | +1/1 | +100% | +1/1 | +100% | +3/3 | +