Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 83538bb

Browse files
Enda Phelanwtrocki
Enda Phelan
authored andcommitted
fix: import format was throwing an error
1 parent 965bf41 commit 83538bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/create-graphback/src/init/starterTemplates.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { createWriteStream, mkdirSync, existsSync } from 'fs';
22
import chalk from 'chalk';
33
import ora from 'ora'
4-
import gh from 'parse-github-url';
4+
import * as gh from 'parse-github-url';
55
import request from 'request';
66
import * as tar from 'tar';
77
import * as tmp from 'tmp';

0 commit comments

Comments
 (0)