mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-10 01:43:43 +00:00
cjs > esm imports
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const dbModel = {
|
||||
export const dbModel = {
|
||||
events: [],
|
||||
event: {
|
||||
title: '',
|
||||
@@ -14,5 +14,3 @@ const dbModel = {
|
||||
lock: false,
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = { dbModel };
|
||||
|
||||
Reference in New Issue
Block a user