init
This commit is contained in:
14
src/pages/docPage/publicComp/index.styled-components.tsx
Normal file
14
src/pages/docPage/publicComp/index.styled-components.tsx
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import { styled } from 'umi';
|
||||
|
||||
const Wrapper = styled.div`
|
||||
h1 { background: rgb(121, 184, 242); }
|
||||
`;
|
||||
|
||||
export default function Page() {
|
||||
return (
|
||||
<Wrapper>
|
||||
<h1>Page index</h1>
|
||||
</Wrapper>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user