refactor(app): create empty react structure [EE-3178] (#6926)
This commit is contained in:
6
app/docker/react/components/index.ts
Normal file
6
app/docker/react/components/index.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import angular from 'angular';
|
||||
|
||||
export const componentsModule = angular.module(
|
||||
'portainer.docker.react.components',
|
||||
[]
|
||||
).name;
|
||||
Reference in New Issue
Block a user