misc fixes

This commit is contained in:
Jorge Vargas 2024-09-18 20:33:41 -06:00
parent 7aa64366c0
commit 971d4f2ce6
41 changed files with 18860 additions and 85 deletions

View file

@ -1,12 +1,12 @@
---
import { gql } from '@/graphql/__generated__/client'
import { gql } from '@/graphql/__generated__/client/index.js'
import { getApolloClient } from '@/graphql/apolloClient.mjs'
import { Image, Picture } from 'astro:assets'
import { getSession } from 'auth-astro/server'
import * as m from '../paraglide/messages.js'
import logo from '@/img/logos/winter.png'
// import logoEs from '@/img/logos/default_es.png'
import logo from 'img/logos/winter.png'
// import logoEs from 'img/logos/default_es.png'
import Button from './Button.astro'
import Dropdown from './header/Dropdown.astro'