File tree 3 files changed +0
-7
lines changed
[organization]/[template]
3 files changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ import { EmptyState } from "../../../../components/EmptyState"
8
8
import { ErrorSummary } from "../../../../components/ErrorSummary"
9
9
import { Header } from "../../../../components/Header"
10
10
import { FullScreenLoader } from "../../../../components/Loader/FullScreenLoader"
11
- import { Footer } from "../../../../components/Page"
12
11
import { Column , Table } from "../../../../components/Table"
13
12
import { unsafeSWRArgument } from "../../../../util"
14
13
import { firstOrItem } from "../../../../util/array"
@@ -98,7 +97,6 @@ export const TemplatePage: React.FC = () => {
98
97
< Paper style = { { maxWidth : "1380px" , margin : "1em auto" , width : "100%" } } >
99
98
< Table { ...tableProps } />
100
99
</ Paper >
101
- < Footer />
102
100
</ div >
103
101
)
104
102
}
Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ import { CodeExample } from "../../components/CodeExample/CodeExample"
9
9
import { ErrorSummary } from "../../components/ErrorSummary"
10
10
import { Header } from "../../components/Header"
11
11
import { FullScreenLoader } from "../../components/Loader/FullScreenLoader"
12
- import { Footer } from "../../components/Page"
13
12
import { Column , Table } from "../../components/Table"
14
13
15
14
export const TemplatesPage : React . FC = ( ) => {
@@ -74,7 +73,6 @@ export const TemplatesPage: React.FC = () => {
74
73
< Paper style = { { maxWidth : "1380px" , margin : "1em auto" , width : "100%" } } >
75
74
< Table { ...tableProps } />
76
75
</ Paper >
77
- < Footer />
78
76
</ div >
79
77
)
80
78
}
Original file line number Diff line number Diff line change @@ -5,7 +5,6 @@ import useSWR from "swr"
5
5
import * as Types from "../../api/types"
6
6
import { ErrorSummary } from "../../components/ErrorSummary"
7
7
import { FullScreenLoader } from "../../components/Loader/FullScreenLoader"
8
- import { Footer } from "../../components/Page"
9
8
import { Workspace } from "../../components/Workspace"
10
9
import { unsafeSWRArgument } from "../../util"
11
10
import { firstOrItem } from "../../util/array"
@@ -50,8 +49,6 @@ export const WorkspacePage: React.FC = () => {
50
49
< div className = { styles . inner } >
51
50
< Workspace organization = { organization } template = { template } workspace = { workspace } />
52
51
</ div >
53
-
54
- < Footer />
55
52
</ div >
56
53
)
57
54
}
You can’t perform that action at this time.
0 commit comments