Skip to content

Commit

Permalink
Rename file
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Nov 5, 2024
1 parent cb2bbd8 commit e207b71
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/package-tabel.astro
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
import {packagesdata} from "src/javascript/packages-data"
import {packagesdata} from "src/javascript/packagesData"
const itemsPerPage = 40;
const totalPages = Math.ceil(packagesdata.length / itemsPerPage);
Expand Down
Empty file modified src/javascript/builderData.js
100755 → 100644
Empty file.
Empty file modified src/javascript/downloadsData.js
100755 → 100644
Empty file.
File renamed without changes.

0 comments on commit e207b71

Please sign in to comment.