Skip to content

Commit

Permalink
fix star imports in legacy (#4667)
Browse files Browse the repository at this point in the history
  • Loading branch information
Feroze Mohideen authored May 21, 2024
1 parent 4693bb8 commit 308041c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
import _ from "lodash";
import { Link } from "react-router-dom";
import styled from "styled-components";
import * as traverse from "traverse";
import traverse from "traverse";

import useAuth from "shared/auth/useAuth";
import { Context } from "shared/Context";
Expand Down

0 comments on commit 308041c

Please sign in to comment.