diff options
Diffstat (limited to 'packages/exchange-backoffice-ui/src/index.html')
| -rw-r--r-- | packages/exchange-backoffice-ui/src/index.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/exchange-backoffice-ui/src/index.html b/packages/exchange-backoffice-ui/src/index.html index 3cf38851f..703d31da1 100644 --- a/packages/exchange-backoffice-ui/src/index.html +++ b/packages/exchange-backoffice-ui/src/index.html @@ -30,6 +30,8 @@ /> <link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon" /> <title>Exchange Backoffice</title> + <!-- Optional customization script. --> + <script src="exchange-backofice-ui-settings.js"></script> <!-- Entry point for the SPA. --> <script type="module" src="index.js"></script> <link rel="stylesheet" href="index.css" /> |
