Skip to content

Commit

Permalink
feat/ mock dphoto4
Browse files Browse the repository at this point in the history
  • Loading branch information
k0t1k777 committed Aug 29, 2024
1 parent 1c9ddfe commit 321eceb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
name: CI/CD

on:
push:
branches: [ "main" , "dev" ]
pull_request:
branches: [ "main" ]


jobs:
build_frontend_and_push_to_docker_hub:
Expand Down
1 change: 0 additions & 1 deletion src/components/App/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import {
setLoggedIn,
} from 'src/store/features/slice/userSlice';


export default function App() {
const { loggedIn, loading } = useAppSelector(selectUsers);
const [droppedCards, setDroppedCards] = useState<membersProps[]>([]);
Expand Down

0 comments on commit 321eceb

Please sign in to comment.