Skip to content

Commit

Permalink
chore: revert ex import ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
eaddingtonwhite committed Aug 15, 2024
1 parent f5b3407 commit 8fa85d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/nodejs/cache/basic.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import {
CacheClient,
CacheGetResponse,
CacheSetResponse,
Configurations,
CreateCacheResponse,
CredentialProvider,
CreateCacheResponse,
CacheSetResponse,
CacheGetResponse,
} from '@gomomento/sdk';

async function main() {
Expand Down

0 comments on commit 8fa85d9

Please sign in to comment.