Wizard: Rename Empty to EmptyUserState
This renames `Empty` to `EmptyUserState` to make the name more descriptive.
This commit is contained in:
parent
b5130e3a42
commit
056d3674d7
2 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ import React from 'react';
|
|||
|
||||
import { Form, Text, Title } from '@patternfly/react-core';
|
||||
|
||||
import EmptyUserState from './components/Empty';
|
||||
import EmptyUserState from './components/EmptyUserState';
|
||||
import UserInfo from './components/UserInfo';
|
||||
|
||||
import { useAppSelector } from '../../../../store/hooks';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue