Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
update import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
hcote committed Mar 24, 2021
1 parent 0a407c6 commit e38d9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffolds/hasura/scaffold.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Template, Zombi } from 'compiled/zombi';
import { createScaffold } from 'cli/utils/scaffold-helpers';
import { mergePrompts } from 'cli/utils/merge-prompts';
import { NpmClientPrompt, PublishableApiKeyPrompt, SecretApiKeyPrompt } from 'scaffolds/prompts';
import crypto = require('crypto');
import crypto from 'crypto';

type HasuraData = NpmClientPrompt.Data &
PublishableApiKeyPrompt.Data &
Expand Down

0 comments on commit e38d9b5

Please sign in to comment.