fixed path
This commit is contained in:
parent
15ce70b404
commit
e0bdf62b1d
|
@ -3,7 +3,7 @@ import baseStyle from "./styles/footer.scss"
|
||||||
import { useEffect, useState } from "preact/hooks"
|
import { useEffect, useState } from "preact/hooks"
|
||||||
|
|
||||||
// Import the JSON data
|
// Import the JSON data
|
||||||
import buttonsData from "../buttons.json"
|
import buttonsData from "./buttons.json"
|
||||||
|
|
||||||
export default (() => {
|
export default (() => {
|
||||||
// Define the component
|
// Define the component
|
||||||
|
|
Loading…
Reference in a new issue