Skip to content

Commit

Permalink
nocheck
Browse files Browse the repository at this point in the history
  • Loading branch information
pyramation committed May 25, 2024
1 parent b97e96e commit bd2b345
Show file tree
Hide file tree
Showing 16 changed files with 16 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/AddressCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Image from 'next/image';
import { Box, ClipboardCopyText, Stack } from '@interchain-ui/react';
import { WalletStatus } from 'cosmos-kit';
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/Astronaut.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
export const Astronaut = (props: any) => (
<svg
viewBox="0 0 278 255"
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/ChainCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Image from 'next/image';
import { Text, Box, useTheme } from '@interchain-ui/react';

Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/ChooseChain.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import {
Box,
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/UserInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import { Text, Stack, Box } from '@interchain-ui/react';

Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/Wallet.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { useChain, useManager } from '@cosmos-kit/react';
import { Box, Stack, useTheme } from '@interchain-ui/react';
import { MouseEventHandler, useEffect, useMemo } from 'react';
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/WalletConnect.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import {
Button,
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/wallet/WarnBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { ReactNode } from 'react';
import { Box, Text, useColorModeValue } from '@interchain-ui/react';
import { WalletStatus } from 'cosmos-kit';
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/AddressCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Image from 'next/image';
import { Box, ClipboardCopyText, Stack } from '@interchain-ui/react';
import { WalletStatus } from 'cosmos-kit';
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/Astronaut.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
export const Astronaut = (props: any) => (
<svg
viewBox="0 0 278 255"
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/ChainCard.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Image from 'next/image';
import { Text, Box, useTheme } from '@interchain-ui/react';

Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/ChooseChain.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import {
Box,
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/UserInfo.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import { Text, Stack, Box } from '@interchain-ui/react';

Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/Wallet.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { useChain, useManager } from '@cosmos-kit/react';
import { Box, Stack, useTheme } from '@interchain-ui/react';
import { MouseEventHandler, useEffect, useMemo } from 'react';
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/WalletConnect.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import * as React from 'react';
import {
Button,
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/wallet/WarnBlock.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import React, { ReactNode } from 'react';
import { Box, Text, useColorModeValue } from '@interchain-ui/react';
import { WalletStatus } from 'cosmos-kit';
Expand Down

0 comments on commit bd2b345

Please sign in to comment.