Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed Feb 26, 2024
1 parent 01016a0 commit a633d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/Navigation/Navigation.astro
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
import { SandwichMenu } from './SandwichMenu.tsx';
import { cleanOrganism } from './cleanOrganism';
import { navigationItems } from '../../routes';
import { getAuthUrl } from '../../middleware/authMiddleware';
import { navigationItems } from '../../routes';
const { organism, knownOrganisms } = cleanOrganism(Astro.params.organism);
Expand Down

0 comments on commit a633d13

Please sign in to comment.