diff --git a/apps/env/20260130-000000/index.tsx b/apps/env/20260130-000000/index.tsx index f494613..1d1347a 100644 --- a/apps/env/20260130-000000/index.tsx +++ b/apps/env/20260130-000000/index.tsx @@ -19,18 +19,6 @@ const Container = define('Container', { color: theme('colors-text'), }) -const Header = define('Header', { - marginBottom: '20px', - paddingBottom: '10px', - borderBottom: `2px solid ${theme('colors-border')}`, -}) - -const Title = define('Title', { - margin: 0, - fontSize: '24px', - fontWeight: 'bold', -}) - const EnvList = define('EnvList', { listStyle: 'none', padding: 0, @@ -170,9 +158,6 @@ function Layout({ title, children }: LayoutProps) { +