diff --git a/server/index.js b/server/index.js index b6a35b0..6f28713 100644 --- a/server/index.js +++ b/server/index.js @@ -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);