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 5fbe901 commit 773f4c3
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/asset-list/components/common/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import {
Link,
Text,
Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/common/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { Link, Box, Button, Icon, Text, useTheme } from '@interchain-ui/react';
import { dependencies } from '@/config';

Expand Down
1 change: 1 addition & 0 deletions examples/asset-list/components/common/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Head from 'next/head';
import { Box, Container, useTheme } from '@interchain-ui/react';
import { Header } from './Header';
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/common/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import {
Link,
Text,
Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/common/Header.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import { Link, Box, Button, Icon, Text, useTheme } from '@interchain-ui/react';
import { dependencies } from '@/config';

Expand Down
1 change: 1 addition & 0 deletions examples/ibc-transfer/components/common/Layout.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-nocheck
import Head from 'next/head';
import { Box, Container, useTheme } from '@interchain-ui/react';
import { Header } from './Header';
Expand Down

0 comments on commit 773f4c3

Please sign in to comment.