Skip to content

Commit

Permalink
Fix import of 'styled'
Browse files Browse the repository at this point in the history
  • Loading branch information
robknight committed Dec 16, 2024
1 parent b3b82d0 commit 76aebcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/passport-client/components/screens/ClaimScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import {
} from "@tanstack/react-query";
import { useEffect, useRef, useState } from "react";
import { useLocation } from "react-router-dom";
import styled from "styled-components";
import * as v from "valibot";
import styled from "../../../../packages/lib/passport-ui/src/StyledWrapper";
import { BottomModal } from "../../new-components/shared/BottomModal";
import { Button2 } from "../../new-components/shared/Button";
import { NewModals } from "../../new-components/shared/Modals/NewModals";
Expand Down

0 comments on commit 76aebcb

Please sign in to comment.