Skip to content

Commit

Permalink
fix: import global css
Browse files Browse the repository at this point in the history
  • Loading branch information
vien.nguyen2-tiki committed Sep 27, 2022
1 parent d8a135c commit b19ef07
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
2 changes: 1 addition & 1 deletion pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { AppProps } from 'next/app'
import { Provider } from 'react-redux'
import { PersistGate } from 'redux-persist/integration/react'

import '@astraprotocol//astra-ui/shared/style.css'
import '@astraprotocol/astra-ui/shared/style.css'
import { cosmosFetcher, evmFetcher } from 'api'
import { SWRConfig } from 'swr'
import store, { persistor } from '../store'
Expand Down
1 change: 0 additions & 1 deletion pages/demo.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import React, { ReactNode } from 'react'
import clsx from 'clsx'
import Table, { TableDataSource } from 'components/Table/Table'
Expand Down
10 changes: 0 additions & 10 deletions pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ const Home: React.FC<NextPage> = _ => {
</div>
</div>
</Container>
<Container>
<div className="row md-wrap">
<div className={clsx('col col-6 gutter-right')}>
<HomeBlock />
</div>
<div className={clsx('col col-6')}>
<HomeTransactions />
</div>
</div>
</Container>
</Layout>
)
}
Expand Down

0 comments on commit b19ef07

Please sign in to comment.