From 1173480fd93a56fa60333c01ffc70b67db82826a Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 22 May 2022 18:11:30 +0100 Subject: added loader --- components/Main.jsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'components/Main.jsx') diff --git a/components/Main.jsx b/components/Main.jsx index 3f48c3e..1885791 100644 --- a/components/Main.jsx +++ b/components/Main.jsx @@ -1,5 +1,6 @@ -import { List, Edit } from '.' import { useState } from 'react' +import List from './List' +import Edit from './Edit' const Main = ({ session, setSession, showError }) => { const [edit, setEdit] = useState(null) -- cgit v1.2.3