aboutsummaryrefslogtreecommitdiff
path: root/packages/client/src/views/RepositoryLog.vue
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-08-02 17:26:29 +0200
committerHampusM <hampus@hampusmat.com>2021-08-02 17:26:29 +0200
commit904bd1731447796cf1a2bd992c89f889f2a6263a (patch)
treec746534149722905792e8a1b0059568ed9cc1c7c /packages/client/src/views/RepositoryLog.vue
parent8feb65c5467cc3ad48270183113a121c4a9f86ca (diff)
Renamed the shared types package to api
Diffstat (limited to 'packages/client/src/views/RepositoryLog.vue')
-rw-r--r--packages/client/src/views/RepositoryLog.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/client/src/views/RepositoryLog.vue b/packages/client/src/views/RepositoryLog.vue
index 83184fa..6b99855 100644
--- a/packages/client/src/views/RepositoryLog.vue
+++ b/packages/client/src/views/RepositoryLog.vue
@@ -53,7 +53,7 @@ import { defineComponent, Ref, ref } from "vue";
import { format } from "date-fns";
import fetchData from "../util/fetch";
import { getParam } from "../util/util";
-import { LogCommit } from "shared_types";
+import { LogCommit } from "api";
import Loading from "vue-loading-overlay";
import BaseErrorMessage from "../components/BaseErrorMessage.vue";