Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
chore: use universal package
Browse files Browse the repository at this point in the history
  • Loading branch information
enesozturk committed Jun 4, 2022
1 parent f1b5e9d commit 9731cf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/app/components/connect-button.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ import { useWindowDimensions } from "react-native";

import { ConnectButton as RainbowConnectButton } from "@rainbow-me/rainbowkit";

import { Button, View } from "design-system";
import { View } from "@showtime-xyz/universal.view";

import { Button } from "design-system/button";
import { useIsDarkMode } from "design-system/hooks";
import { Alert } from "design-system/icon";

Expand Down

0 comments on commit 9731cf6

Please sign in to comment.