mirror of https://github.com/portainer/portainer
fix(app): add style for be-indicator (#7140)
parent
8045a15a50
commit
7b774c702d
|
@ -1,6 +1,8 @@
|
|||
import { PropsWithChildren } from 'react';
|
||||
import clsx from 'clsx';
|
||||
|
||||
import './BEFeatureIndicator.css';
|
||||
|
||||
import { FeatureId } from '@/portainer/feature-flags/enums';
|
||||
|
||||
import { getFeatureDetails } from './utils';
|
||||
|
|
Loading…
Reference in New Issue