Wizard: Rename component directory to components
This renames `component` directory to `components` for the sake of consistency.
This commit is contained in:
parent
5de195b54f
commit
b5130e3a42
3 changed files with 2 additions and 2 deletions
|
|
@ -2,8 +2,8 @@ import React from 'react';
|
|||
|
||||
import { Form, Text, Title } from '@patternfly/react-core';
|
||||
|
||||
import EmptyUserState from './component/Empty';
|
||||
import UserInfo from './component/UserInfo';
|
||||
import EmptyUserState from './components/Empty';
|
||||
import UserInfo from './components/UserInfo';
|
||||
|
||||
import { useAppSelector } from '../../../../store/hooks';
|
||||
import { selectUsers } from '../../../../store/wizardSlice';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue