aboutsummaryrefslogtreecommitdiffstats
path: root/client/js/app/src/app/libs/theme-provider.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/app/src/app/libs/theme-provider.jsx')
-rw-r--r--client/js/app/src/app/libs/theme-provider.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/js/app/src/app/libs/theme-provider.jsx b/client/js/app/src/app/libs/theme-provider.jsx
index c5e9cbee963..d7fe2b0c72a 100644
--- a/client/js/app/src/app/libs/theme-provider.jsx
+++ b/client/js/app/src/app/libs/theme-provider.jsx
@@ -1,3 +1,4 @@
+// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
import React from 'react';
import { Global, MantineProvider } from '@mantine/core';
import { Colors } from 'app/styles/theme/colors';