From 9f74c550927671f4ded301d0cf3e9d592716375c Mon Sep 17 00:00:00 2001 From: piotrruss Date: Sun, 22 Aug 2021 14:33:54 +0200 Subject: settings --- apps/Notes/components/List.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/Notes/components/List.js') diff --git a/apps/Notes/components/List.js b/apps/Notes/components/List.js index 54f66b5..1fd03af 100644 --- a/apps/Notes/components/List.js +++ b/apps/Notes/components/List.js @@ -5,7 +5,7 @@ import useNotes from '../hooks/useNotes' import useSort from '../hooks/useSort' import ListItem from './ListItem' import Actions from './Actions' -import Splash from './Splash' +import {Splash} from 'components' const List = () => { const [fetchedNote, setFetchedNote] = useState() -- cgit v1.2.3