import sunday from "./1.json"; import monday from "./2.json"; import tuesday from "./3.json"; import wednesday from "./4.json"; import thursday from "./5.json"; import friday from "./6.json"; import saturday from "./7.json"; export { sunday, monday, tuesday, wednesday, thursday, friday, saturday };