Skip to content

Commit 54a6737

Browse files
committed
Update index.ts
1 parent 3dd18c2 commit 54a6737

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { GistFile, GistOptions, GistResponse, IGist, ReqRet } from './types';
2-
import createGist from './createGist';
3-
import deleteGist from './deleteGist';
4-
import getGist from './getGist';
2+
import createGist from './gist/create';
3+
import deleteGist from './gist/delete';
4+
import getGist from './gist/get';
55

66
export default class Gist implements IGist {
77
public readonly token: string;

0 commit comments

Comments
 (0)