randydev commited on
Commit
d6ff191
·
verified ·
1 Parent(s): 6466087

Update lifestyle.js

Browse files
Files changed (1) hide show
  1. lifestyle.js +1 -1
lifestyle.js CHANGED
@@ -1,4 +1,4 @@
1
- var Database = require('./database.js');
2
  const port = 7860
3
 
4
  const startup = async () => {
 
1
+ import { Database } from './database.js';
2
  const port = 7860
3
 
4
  const startup = async () => {