small changes

This commit is contained in:
overcuriousity
2025-08-15 22:43:40 +02:00
parent 182b9d01f9
commit 88cf682790
12 changed files with 985 additions and 202486 deletions

View File

@@ -1,4 +1,5 @@
---
//src/components/ToolFilters.astro
import { getToolsData } from '../utils/dataService.js';
const data = await getToolsData();

View File

@@ -1,4 +1,5 @@
---
//src/components/ToolMatrix.astro
import { getToolsData } from '../utils/dataService.js';
import ShareButton from './ShareButton.astro';