Revert "feat: add welcome page"

This reverts commit 57c16a734d.
This commit is contained in:
Fara Woolf
2022-01-11 14:49:56 -06:00
parent 97b16c1f50
commit 4b7859a4f9
23 changed files with 260 additions and 336 deletions

View File

@@ -11,6 +11,6 @@
</head>
<body>
<div id="app"></div>
<div id="actions-root"></div>
</body>
</html>

View File

@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html class="mode__popup-center">
<html class="mode__extension">
<head>
<meta charset="UTF-8">
<title><%= htmlWebpackPlugin.options.title %></title>
@@ -8,6 +8,6 @@
<link href="/assets/base.css" rel="stylesheet"/>
</head>
<body>
<div id="app"></div>
<div id="actions-root"></div>
</body>
</html>

View File

@@ -8,6 +8,6 @@
<link href="/assets/base.css" rel="stylesheet"/>
</head>
<body>
<div id="app"></div>
<div id="actions-root"></div>
</body>
</html>

View File

@@ -8,6 +8,6 @@
<link href="/assets/base.css" rel="stylesheet"/>
</head>
<body>
<div id="app"></div>
<div id="actions-root"></div>
</body>
</html>