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