File tree Expand file tree Collapse file tree 6 files changed +5
-6
lines changed
Expand file tree Collapse file tree 6 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 1- export * from './WrapLogoIcon'
21export * from './LogoIconRound'
32export * from './OpenInNewIcon'
43export * from './TimesIcon'
Original file line number Diff line number Diff line change 11export * from './icons'
22export { Input as WrapInput } from './Input'
3- export { Layout as WrapLayout } from './Layout'
3+ export { Layout as WrapLayout } from '../../../../wrap/src/components /Layout'
44export { Modal as WrapModal } from './Modal'
55export * from './Spinner'
66export { ToggleButton as WrapToggleButton } from './ToggleButton'
File renamed without changes.
Original file line number Diff line number Diff line change 11import { FC , PropsWithChildren } from 'react'
22import { NavLink , Outlet , useMatch } from 'react-router-dom'
3- import { WrapLogoIcon } from '../icons /WrapLogoIcon'
3+ import { WrapLogoIcon } from '../Logo /WrapLogoIcon'
44import { ConnectButton } from '@rainbow-me/rainbowkit'
55import { useMediaQuery } from 'react-responsive'
66import classes from './index.module.css'
7- import globalClasses from '../../index.module.css'
8- import { Header } from '../../.. /core'
7+ import globalClasses from '../../../../ui/src/wrap/ index.module.css'
8+ import { Header } from '@oasisprotocol/rose-app-ui /core'
99
1010const dateFormatLong = new Intl . DateTimeFormat ( 'en' , {
1111 year : 'numeric' ,
File renamed without changes.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import { FC } from 'react'
22import classes from './index.module.css'
33import { ConnectButton } from '@rainbow-me/rainbowkit'
44import { withConnectedWallet } from '../../hoc/withConnectedWallet'
5- import { WrapLogoIcon } from '@oasisprotocol/rose-app-ui '
5+ import { WrapLogoIcon } from '../../components/Logo/WrapLogoIcon '
66
77const ConnectWalletCmp : FC = ( ) => {
88 return (
You can’t perform that action at this time.
0 commit comments