Skip to content

Commit

Permalink
fix(store-driver): broken import path
Browse files Browse the repository at this point in the history
  • Loading branch information
darlanalves committed Jul 2, 2023
1 parent 94239bd commit c40f540
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/store-driver.ts
@@ -1,4 +1,5 @@
import { ConstructorOf, Query, Resource, ResourceDriver } from './resource';
import type { ConstructorOf } from './resource.js';
import { Query, Resource, ResourceDriver } from './resource.js';
import { randomUUID } from 'crypto';

const headers = { 'content-type': 'application/json' };
Expand Down

0 comments on commit c40f540

Please sign in to comment.