mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-18 22:33:44 +02:00
ui: I HATE STYLED-COMPONENTS WITH TYPESCRIPT
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
import styled from 'styled-components/macro';
|
||||
import tw, { theme } from 'twin.macro';
|
||||
import tw, { styled, theme } from 'twin.macro';
|
||||
|
||||
const SubNavigation = styled.div`
|
||||
${tw`w-full bg-neutral-700 shadow overflow-x-auto`};
|
||||
|
||||
Reference in New Issue
Block a user