mirror of https://github.com/portainer/portainer
fix(build): handle warning about userId [EE-5612] (#10444)
parent
5c37ed328f
commit
9e57530bde
|
@ -1,6 +1,6 @@
|
||||||
import { EnvironmentId } from '@/react/portainer/environments/types';
|
import { EnvironmentId } from '@/react/portainer/environments/types';
|
||||||
|
|
||||||
import { UserId } from './types/user-id';
|
import { type UserId } from './types/user-id';
|
||||||
|
|
||||||
export { type UserId };
|
export { type UserId };
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue