mirror of
https://github.com/portainer/portainer.git
synced 2025-07-19 13:29:41 +02:00
fix(build): handle warning about userId [EE-5612] (#10444)
This commit is contained in:
parent
5c37ed328f
commit
9e57530bde
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue