Skip to content

Commit

Permalink
refactor(front): update every components
Browse files Browse the repository at this point in the history
  • Loading branch information
dorian-grst committed Oct 28, 2024
1 parent 765f51f commit 9c87649
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
2 changes: 1 addition & 1 deletion src/app/(gistLayout)/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function GistLayoutFeature({
(name: string) => {
createOrg(name);
},
[toast, createOrg],
[createOrg],
);

const onLogout = () => {};
Expand Down
25 changes: 0 additions & 25 deletions src/components/logic/team-list-logic.tsx

This file was deleted.

0 comments on commit 9c87649

Please sign in to comment.