Skip to content

Commit

Permalink
rm unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
leon-luna-ray committed Feb 12, 2024
1 parent 84038d6 commit 0093e77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/script.page.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import imageUrlBuilder from '@sanity/image-url';
import { client, fetchProjects, fetchProfile, fetchHomePage } from './sanity';
import { client, fetchHomePage } from './sanity';
document.addEventListener('DOMContentLoaded', async () => {
const data = await fetchHomePage();

Expand Down

0 comments on commit 0093e77

Please sign in to comment.