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