mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fixes
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user