Skip to content

Commit e6d38f8

Browse files
André DietrichAndré Dietrich
authored andcommitted
moved github gist into separate folder
1 parent 368bf6a commit e6d38f8

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,11 +111,11 @@ const router = async () => {
111111
{ path: '/show/file/:fileUrl', view: () => import('./views/File.vue') },
112112
{
113113
path: '/export/github/&code=:code&state=:stepId2',
114-
view: () => import('./views/Export/GitHub.vue'),
114+
view: () => import('./views/Export/GitHub/Gist.vue'),
115115
},
116116
{
117117
path: '/export/github/:stepId1',
118-
view: () => import('./views/Export/GitHub.vue'),
118+
view: () => import('./views/Export/GitHub/Gist.vue'),
119119
},
120120
]
121121

File renamed without changes.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<script lang="ts">
2-
import Dexie from "../../ts/indexDB";
2+
import Dexie from "../../../ts/indexDB";
33
import * as Y from "yjs";
44
import { IndexeddbPersistence } from "y-indexeddb";
5-
import * as GitHub from "../../ts/GitHub";
6-
import * as Utils from "../../ts/utils";
5+
import * as GitHub from "../../../ts/Gist";
6+
import * as Utils from "../../../ts/utils";
77
88
export default {
99
props: ["stepId1", "code", "stepId2"],

0 commit comments

Comments
 (0)