ui: I HATE STYLED-COMPONENTS WITH TYPESCRIPT
This commit is contained in:
parent
23de3d68f3
commit
361596e051
40 changed files with 180 additions and 147 deletions
|
@ -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`};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue