fixed path

This commit is contained in:
Ulysia 2024-10-14 09:10:49 +02:00
parent 15ce70b404
commit e0bdf62b1d

View file

@ -3,7 +3,7 @@ import baseStyle from "./styles/footer.scss"
import { useEffect, useState } from "preact/hooks"
// Import the JSON data
import buttonsData from "../buttons.json"
import buttonsData from "./buttons.json"
export default (() => {
// Define the component