mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 19:40:28 +00:00
Use tabler-react-typescript, updated frontend deps
This commit is contained in:
14
frontend/src/pages/Settings/index.tsx
Normal file
14
frontend/src/pages/Settings/index.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from "react";
|
||||
|
||||
import styled from "styled-components";
|
||||
|
||||
const Root = styled.div`
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
`;
|
||||
|
||||
function Settings() {
|
||||
return <Root>Settings</Root>;
|
||||
}
|
||||
|
||||
export default Settings;
|
Reference in New Issue
Block a user