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…
Reference in New Issue