Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidushi-GitHub committed Nov 12, 2024
1 parent f65e239 commit 01eedc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/routes/missions.chime/route.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ handle:
breadcrumb: Chime
---

import logo from './logo.svg'
import { feature } from '~/lib/env.server'

import logo from './logo.svg'

export async function loader() {
if (!feature('CHIME')) throw new Response(null, { status: 404 })
return null
}


# Canadian Hydrogen Intensity Mapping Experiment (CHIME)

<img
Expand Down

0 comments on commit 01eedc3

Please sign in to comment.