This commit is contained in:
Damodar Lohani
2025-07-31 04:58:19 +00:00
parent 6211d792e0
commit bfc64944aa
2 changed files with 2 additions and 2 deletions
@@ -1,4 +1,4 @@
export const states = [
export const states: Array<{ name: string; abbreviation: string }> = [
{
"name": "Alabama",
"abbreviation": "AL"
@@ -1,5 +1,5 @@
<script lang="ts">
import { states } from './states.js';
import { states } from './state.ts';
import { InputSelect } from '$lib/elements/forms';
import type { PaymentMethod } from '@stripe/stripe-js';
import { Alert, Card, Layout, Typography } from '@appwrite.io/pink-svelte';