Get react admin sidebar working while Dane is shopping for domains

This commit is contained in:
Matthew Penner 2020-08-22 15:09:48 -06:00
parent c22ab762de
commit 6c53738070
6 changed files with 179 additions and 205 deletions

View file

@ -0,0 +1,7 @@
import React from 'react';
export default () => {
return (
<h1>Settings</h1>
);
};