randydev commited on
Commit
bb4fd67
·
verified ·
1 Parent(s): dd9b2ad

Rename lifestyle.js to startup/lifestyle.js

Browse files
lifestyle.js → startup/lifestyle.js RENAMED
@@ -1,4 +1,4 @@
1
- import { Database } from './database.js';
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 () => {