mirror of
https://github.com/status-im/nimbus-gui.git
synced 2025-03-01 11:30:46 +00:00
fix: documentations file name
This commit is contained in:
parent
3a0846d406
commit
8a7e753fdb
@ -5,7 +5,7 @@ import { useSelector } from 'react-redux'
|
||||
import { RootState } from '../../../../redux/store'
|
||||
import SyntaxHighlighterBox from './SyntaxHighlighter'
|
||||
import OSCards from './OSCards'
|
||||
import { DOCUMENTATIONS } from './documentions'
|
||||
import { DOCUMENTATIONS } from './documentations'
|
||||
|
||||
const ValidatorSetupInstall = () => {
|
||||
const selectedClient = useSelector((state: RootState) => state.execClient.selectedClient)
|
||||
|
Loading…
x
Reference in New Issue
Block a user