File tree Expand file tree Collapse file tree 4 files changed +2
-273
lines changed Expand file tree Collapse file tree 4 files changed +2
-273
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import React from "react"
2
2
import { Box } from "@material-ui/core"
3
3
4
- import { Confetti , Triangle } from "../components"
5
-
6
4
/**
7
5
* CreateWorkspaceForm
8
6
*
9
7
* Placeholder component for the new v2 workspace creation flow
10
8
*/
11
9
export const CreateWorkspace : React . FC = ( ) => {
12
10
return (
13
- < Confetti
11
+ < div
14
12
style = { {
15
13
minHeight : "500px" ,
16
14
display : "flex" ,
@@ -19,9 +17,7 @@ export const CreateWorkspace: React.FC = () => {
19
17
alignItems : "center" ,
20
18
} }
21
19
>
22
- < Triangle />
23
-
24
20
< Box m = { "2em" } > NEXT STEP: Let's create a workspace with a v2 provisioner!</ Box >
25
- </ Confetti >
21
+ </ div >
26
22
)
27
23
}
You can’t perform that action at this time.
0 commit comments