Skip to content

Commit 3601be7

Browse files
committed
Remove unnecessary components for scaffolding
1 parent b0af0fb commit 3601be7

File tree

4 files changed

+2
-273
lines changed

4 files changed

+2
-273
lines changed

site/src/components/Confetti/hook.tsx

Lines changed: 0 additions & 216 deletions
This file was deleted.

site/src/components/Confetti/index.tsx

Lines changed: 0 additions & 12 deletions
This file was deleted.

site/src/components/Triangle/index.tsx

Lines changed: 0 additions & 39 deletions
This file was deleted.

site/src/pages/CreateWorkspace.tsx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
import React from "react"
22
import { Box } from "@material-ui/core"
33

4-
import { Confetti, Triangle } from "../components"
5-
64
/**
75
* CreateWorkspaceForm
86
*
97
* Placeholder component for the new v2 workspace creation flow
108
*/
119
export const CreateWorkspace: React.FC = () => {
1210
return (
13-
<Confetti
11+
<div
1412
style={{
1513
minHeight: "500px",
1614
display: "flex",
@@ -19,9 +17,7 @@ export const CreateWorkspace: React.FC = () => {
1917
alignItems: "center",
2018
}}
2119
>
22-
<Triangle />
23-
2420
<Box m={"2em"}>NEXT STEP: Let's create a workspace with a v2 provisioner!</Box>
25-
</Confetti>
21+
</div>
2622
)
2723
}

0 commit comments

Comments
 (0)