File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11---
2- import { locations } from " .. /libs/location" ;
2+ import { locations } from " @ /libs/location" ;
33
44const { type = " state" } = Astro .props ;
55const list = type === " state" ? locations .filter ((loc ) => loc .isState ) : locations .filter ((loc ) => ! loc .isState );
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import "@/assets/styles/varnmala/index.css";
33import " @/assets/styles/varnmala/sunsign.css" ;
44import BackButton from " @/components/BackButton.astro" ;
55import SunSignCard , { type SunSignEntry } from " @/components/SunSignCards.astro" ;
6+ import glossaryData from " @/data/glossary.json" ;
67import BaseLayout from " @/layouts/Base" ;
7- import glossaryData from " ../../data/glossary.json" ;
88
99const pageTitle = glossaryData .sunsign .title ;
1010
Original file line number Diff line number Diff line change 22import " @/assets/styles/varnmala/greek-alphabet.css" ;
33import BackButton from " @/components/BackButton.astro" ;
44import LetterCard from " @/components/LetterCard.astro" ;
5+ import numbersData from " @/data/numbers.json" ;
56import BaseLayout from " @/layouts/Base" ;
6- import numbersData from " ../../data/numbers.json" ;
77
88// Define the type for our Roman numeral data entries
99export interface RomanNumeralEntry {
You can’t perform that action at this time.
0 commit comments