fix: documentations file name

This commit is contained in:
RadoslavDimchev 2023-10-24 16:31:29 +03:00
parent 3a0846d406
commit 8a7e753fdb
2 changed files with 1 additions and 1 deletions

View File

@ -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)