Skip to content

Commit

Permalink
removing an unimportant ts error
Browse files Browse the repository at this point in the history
  • Loading branch information
benlower committed Apr 11, 2024
1 parent 7aa4a76 commit 3ea4101
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Navbar.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
import Section from './Section.astro';
//@ts-ignore
import fs from 'node:fs/promises';
const url = new URL('../../public/logo.txt', import.meta.url);
Expand Down

0 comments on commit 3ea4101

Please sign in to comment.