aboutsummaryrefslogtreecommitdiffstats
path: root/webui/src/components/Author.tsx
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-08 09:35:45 +0100
committerGitHub <noreply@github.com>2021-02-08 09:35:45 +0100
commitef7a0f1b11c8e44a44f1ec23a68cab2adefad36c (patch)
treee6f345e4968f59c8f521d27f1caebff076a40143 /webui/src/components/Author.tsx
parent0eb4a5907118f5cad6e4dea64a6ca87aad0247ee (diff)
parent29ea8df4259921f1789e0e6d584767fc5f54b284 (diff)
downloadgit-bug-ef7a0f1b11c8e44a44f1ec23a68cab2adefad36c.tar.gz
Merge pull request #555 from claudioantonio/master
Commit for #541
Diffstat (limited to 'webui/src/components/Author.tsx')
-rw-r--r--webui/src/components/Author.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webui/src/components/Author.tsx b/webui/src/components/Author.tsx
index 9ac1da52..d60e8969 100644
--- a/webui/src/components/Author.tsx
+++ b/webui/src/components/Author.tsx
@@ -3,7 +3,7 @@ import React from 'react';
import MAvatar from '@material-ui/core/Avatar';
import Tooltip from '@material-ui/core/Tooltip/Tooltip';
-import { AuthoredFragment } from './fragments.generated';
+import { AuthoredFragment } from '../graphql/fragments.generated';
type Props = AuthoredFragment & {
className?: string;