Start porting over the admin area to react

This commit is contained in:
Matthew Penner 2020-08-20 18:45:24 -06:00
parent dbb6f69e00
commit 9ee3275b11
6 changed files with 235 additions and 36 deletions

View file

@ -32,7 +32,8 @@
@show
<style>
@import url('//fonts.googleapis.com/css?family=Rubik:300,400,500&display=swap');
@import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');
/*@import url('//fonts.googleapis.com/css?family=IBM+Plex+Mono|IBM+Plex+Sans:500&display=swap');*/
@import url('//fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=IBM+Plex+Sans:wght@400;500;600&display=swap');
</style>
@yield('assets')