Skip to content

Commit c22adae

Browse files
committed
fix: individual exported database and resource
1 parent 8d114ba commit c22adae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/index.ts renamed to index.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* @subcategory Adapters
44
* @section modules
55
*
6-
* @classdesc
6+
* @description
77
* ### A Sequelize database adapter for AdminBro.
88
*
99
* #### Installation
@@ -78,7 +78,7 @@
7878
* @type {typeof BaseDatabase}
7979
* @static
8080
*/
81-
import Database from './database';
81+
import Database from './src/database';
8282

8383
/**
8484
* Implementation of {@link BaseResource} for Sequelize Adapter
@@ -87,7 +87,7 @@ import Database from './database';
8787
* @type {typeof BaseResource}
8888
* @static
8989
*/
90-
import Resource from './resource';
90+
import Resource from './src/resource';
9191

9292
export { default as Resource } from './src/resource';
9393
export { default as Database } from './src/database';

0 commit comments

Comments
 (0)