diff --git a/src/App.jsx b/src/App.jsx index e1f8896..13822ef 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -1,5 +1,5 @@ import { useState } from "react"; -import { clickHandler } from "./fns"; +import { clickHandler } from "./functions"; let params = {}; diff --git a/src/fns.js b/src/functions.js similarity index 100% rename from src/fns.js rename to src/functions.js