mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-28 03:30:05 +00:00
Use tabler-react-typescript, updated frontend deps
This commit is contained in:
14
frontend/src/pages/AuditLog/index.tsx
Normal file
14
frontend/src/pages/AuditLog/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 AuditLog() {
|
||||
return <Root>AuditLog</Root>;
|
||||
}
|
||||
|
||||
export default AuditLog;
|
Reference in New Issue
Block a user