persist models in localStorage, minor changes

This commit is contained in:
Daniel Avila 2023-02-22 21:30:48 -05:00
parent e2a3ecbf88
commit 1a6cddb8bb
6 changed files with 27 additions and 14 deletions

View file

@ -1,7 +1,7 @@
import React from 'react';
import Messages from './components/main/Messages';
import Landing from './components/main/Landing';
import TextChat from './components/main/TextChat';
import Messages from './components/Main/Messages';
import Landing from './components/Main/Landing';
import TextChat from './components/Main/TextChat';
import Nav from './components/Nav';
import MobileNav from './components/Nav/MobileNav';
import useDocumentTitle from '~/hooks/useDocumentTitle';