Skip to content

Commit

Permalink
fix: Correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbrowne committed Feb 16, 2024
1 parent aff0907 commit 533fcfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/login/components/profile-tables.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import {
Typography,
} from "@mui/material";
import { PUBLISHED_STATE } from "@prisma/client";
import { sortBy } from "lodash";
import sortBy from "lodash/sortBy";
import NextLink from "next/link";
import React from "react";

Expand Down

0 comments on commit 533fcfc

Please sign in to comment.