Skip to content

Commit

Permalink
fix: lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
framp committed Sep 6, 2023
1 parent 965ec30 commit 441bb01
Show file tree
Hide file tree
Showing 5 changed files with 1,441 additions and 1,453 deletions.
7 changes: 4 additions & 3 deletions app/pages/Events/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@ import {
BreadcrumbLink,
H1,
Page,
Spinner
Spinner,
Section,
H2,
CatchErrorBoundary
} from '~/features/components'
import { Suspense } from 'react'
import { Section, H2 } from '~/features/components'
import { EventList } from './components/EventList'
import { CatchErrorBoundary } from '~/features/components'

const Events = () => {
const { upcomingEventsPromise, pastEventsPromise } =
Expand Down
7 changes: 5 additions & 2 deletions app/types/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
import type { LoaderArgs, LoaderFunction } from '@remix-run/node'
import type {
LoaderArgs,
LoaderFunction,
TypedDeferredData
} from '@remix-run/node'

import type { TypedDeferredData } from '@remix-run/node'
export type {
Event,
User,
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,5 +114,8 @@
"branches": [
"main"
]
},
"volta": {
"node": "18.17.1"
}
}
Loading

0 comments on commit 441bb01

Please sign in to comment.