feat: add new onboarding home page

This commit is contained in:
fbwoolf
2022-01-13 13:36:51 -06:00
committed by Fara Woolf
parent bd7eedbe5f
commit 8e1712477d
87 changed files with 2538 additions and 3525 deletions

View File

@@ -123,6 +123,14 @@ const config = {
},
],
},
{
test: /\.(png|jpe?g|gif)$/i,
use: [
{
loader: 'file-loader',
},
],
},
{
test: /\.svg$/,
use: [