Files
sanasto-app/pages/lists.js
2020-12-30 16:10:30 -06:00

7 lines
175 B
JavaScript

import AppShell from '../components/AppShell';
import ListsPage from '../components/pages/Lists';
export default function Lists() {
return <AppShell page={ListsPage} />;
}