Skip to content

Commit

Permalink
chore: fix formatting in constants.tsx
Browse files Browse the repository at this point in the history
Co-Authored-By: Benjamin Bolte <[email protected]>
  • Loading branch information
devin-ai-integration[bot] and codekansas committed Dec 25, 2024
1 parent a6074cf commit b8ca107
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/components/util/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ export const CursorTypes = {
GRABBING: "grabbing",
};

export const TeamCol1 = () => [
"Aaron",
"Ali",
"Benjamin",
"Denys",
"Jingxiang",
];
export const TeamCol1 = () => ["Aaron", "Ali", "Benjamin", "Denys", "Jingxiang"];

export const TeamCol2 = () => ["Paweł", "Rui", "Viraj", "Wesley"];

0 comments on commit b8ca107

Please sign in to comment.