Wizard: Rename Empty to EmptyUserState

This renames `Empty` to `EmptyUserState` to make the name more descriptive.
This commit is contained in:
regexowl 2025-03-27 16:59:51 +01:00 committed by Klara Simickova
parent b5130e3a42
commit 056d3674d7
2 changed files with 1 additions and 1 deletions

View file

@ -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';