mirror of
https://github.com/portainer/portainer.git
synced 2025-08-10 00:05:24 +02:00
style(docker): fix imports
This commit is contained in:
parent
f1adc5515b
commit
f13351ec12
1 changed files with 1 additions and 1 deletions
|
@ -1,8 +1,8 @@
|
|||
import angular from 'angular';
|
||||
import _ from 'lodash-es';
|
||||
|
||||
import { RegistryTypes } from '@/portainer/models/registryTypes';
|
||||
import { DockerHubViewModel } from 'Portainer/models/dockerhub';
|
||||
import { RegistryTypes } from '@/portainer/models/registryTypes';
|
||||
|
||||
class porImageRegistryController {
|
||||
/* @ngInject */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue