feat: add demo for mark and user org model
This commit is contained in:
9
src/modules/mark.ts
Normal file
9
src/modules/mark.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import { Mark, markModelInit } from '@kevisual/mark';
|
||||
|
||||
export { Mark, markModelInit };
|
||||
|
||||
export const init = () => {
|
||||
markModelInit({
|
||||
tableName: '',
|
||||
});
|
||||
};
|
||||
Reference in New Issue
Block a user