Skip to content

Commit

Permalink
remove redundant export
Browse files Browse the repository at this point in the history
  • Loading branch information
t0rbik committed Dec 19, 2024
1 parent 92e64aa commit b29762d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/farms/Farms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const Farms = () => {
);
};

export const MainnetFarms = () => {
const MainnetFarms = () => {
const [filter, setFilter] = useState<Filter>("active");

const {
Expand Down

0 comments on commit b29762d

Please sign in to comment.