Skip to content

Commit

Permalink
add imorts/route
Browse files Browse the repository at this point in the history
  • Loading branch information
ubaidniaz committed Feb 4, 2024
1 parent 6bab89b commit c333907
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import dotenv from "dotenv";
import helmet from "helmet";
import morgan from "morgan";
import kpiRoutes from "./routes/kpi.js";
import KPI from "./models/KPI.js";
import productRoutes from "./routes/product.js"
import Product from "./models/Product.js";
import KPI from "./models/KPI.js";
import { kpis } from "./data/data.js";


Expand Down

0 comments on commit c333907

Please sign in to comment.