Skip to content

Commit

Permalink
push 1 file for trial
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayotopia04 committed Jul 12, 2024
1 parent 56e343d commit f93c9e0
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 55 deletions.
52 changes: 0 additions & 52 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.block {
display: flex;
}
3 changes: 3 additions & 0 deletions src/components/BurgerMenu/BurgerMenu.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.overlay {
position: fixed;
}
4 changes: 4 additions & 0 deletions src/components/Button/Button.module.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/* Primary Button */
.primaryButton {
display: block;
}
Empty file.
Empty file.
6 changes: 3 additions & 3 deletions src/services/API/auth.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React from 'react'

const API = () => {
const api = () => {
return (
<div>API</div>
<div>api</div>
)
}

export default API;
export default api;

0 comments on commit f93c9e0

Please sign in to comment.