X-Git-Url: https://git.arvados.org/arvados-workbench2.git/blobdiff_plain/f0a64666816383d2641d5fa7ea22019441ac4464..b5b75b89e923864389f814af97974a55b69a343f:/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;