X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/2d03b09bc6f29ab1bfe42a2fd3a88f17189e6a52..5cf1a4451ff37863748e8302b039f6514759504e:/src/common/getuser.ts diff --git a/src/common/getuser.ts b/src/common/getuser.ts index dc96f929..b3370bc0 100644 --- a/src/common/getuser.ts +++ b/src/common/getuser.ts @@ -1,4 +1,8 @@ -import { RootState } from '~/store/store'; +// Copyright (C) The Arvados Authors. All rights reserved. +// +// SPDX-License-Identifier: AGPL-3.0 + +import { RootState } from 'store/store'; export const getUserUuid = (state: RootState) => { const user = state.auth.user;