diff --git a/src/App.js b/src/App.js index 17ae30b..a88ae89 100644 --- a/src/App.js +++ b/src/App.js @@ -6,7 +6,7 @@ import React, { useLayoutEffect, useCallback, } from "react"; -... + import SingleRow from "./components/SingleRow"; import SettingsPanel from "./components/SettingsPanel"; import { Dialog } from "@headlessui/react";