Skip to content

Commit

Permalink
Merge pull request #3 from isdi-coders-2023/feature/App-component
Browse files Browse the repository at this point in the history
Feature/app component
  • Loading branch information
HugoVS26 authored Oct 30, 2023
2 parents b0f179f + 571afcc commit 013e487
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
Empty file modified .husky/commit-msg
100644 → 100755
Empty file.
Empty file modified .husky/post-merge
100644 → 100755
Empty file.
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
Empty file modified .husky/pre-push
100644 → 100755
Empty file.
5 changes: 5 additions & 0 deletions src/components/App/App.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
const App = (): React.ReactElement => {
return <main className="main-content"></main>;
};

export default App;

0 comments on commit 013e487

Please sign in to comment.