Refactor, move all pages to separate folder

This commit is contained in:
Guntis Smaukstelis
2025-03-14 11:31:47 +02:00
parent 968a06c0f0
commit a2d1608cb0
54 changed files with 95 additions and 104 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import { Chart } from "chart.js";
import { CityLargeChart } from "./CityLargeChart";
import { createCustomChart } from "./CustomChart";
import { DataQuery, formatDateString } from "../../cities/helpers";
import { DataQuery, formatDateString } from "../../pages/cities/helpers";
export const CityChart: Component<{
city: () => string;
+1 -1
View File
@@ -3,7 +3,7 @@ import { Chart } from "chart.js";
import "../../css/overlay.css"
import { createCustomChart } from "./CustomChart";
import { DataQuery, formatDateString } from "../../cities/helpers";
import { DataQuery, formatDateString } from "../../pages/cities/helpers";
export const CityLargeChart: Component<{
city: () => string;