Remove duplicate import of setupSEORoutes in index.js to clean up code.
This commit is contained in:
@@ -9,7 +9,6 @@ import { dirname, join } from 'path';
|
||||
import { setupBroadcast } from './broadcast.js';
|
||||
import { setupRoutes } from './routes.js';
|
||||
import { setupSEORoutes } from './routes-seo.js';
|
||||
import { setupSEORoutes } from './routes-seo.js';
|
||||
|
||||
const __filename = fileURLToPath(import.meta.url);
|
||||
const __dirname = dirname(__filename);
|
||||
|
||||
Reference in New Issue
Block a user