File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
site/src/components/Preferences Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
import Box from "@material-ui/core/Box"
2
2
import React from "react"
3
3
import { Outlet } from "react-router-dom"
4
- import { AuthAndNav } from "../Page "
4
+ import { AuthAndFrame } from "../AuthAndFrame/AuthAndFrame "
5
5
import { TabPanel } from "../TabPanel"
6
6
7
7
export const Language = {
@@ -21,14 +21,14 @@ const menuItems = [
21
21
22
22
export const PreferencesLayout : React . FC = ( ) => {
23
23
return (
24
- < AuthAndNav >
24
+ < AuthAndFrame >
25
25
< Box display = "flex" flexDirection = "column" >
26
26
< Box style = { { maxWidth : "1380px" , margin : "1em auto" } } >
27
27
< TabPanel title = { Language . preferencesLabel } menuItems = { menuItems } >
28
28
< Outlet />
29
29
</ TabPanel >
30
30
</ Box >
31
31
</ Box >
32
- </ AuthAndNav >
32
+ </ AuthAndFrame >
33
33
)
34
34
}
You can’t perform that action at this time.
0 commit comments