Skip to content

Commit 432889a

Browse files
Merge pull request #1338 from keep-network/missed-import-fix-dapp
Import the missing component
2 parents 74ff8cc + de5fb3d commit 432889a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contracts/solidity/dashboard/src/components/SlashedTokens.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import React from 'react'
22
import SlashedTokensList from './SlashedTokensList'
3+
import { LoadingOverlay } from './Loadable'
34

45
const SlashedTokens = (props) => {
56
return (

0 commit comments

Comments
 (0)