mirror of
https://github.com/react95-io/React95.git
synced 2026-04-26 03:00:18 -04:00
Merge pull request #33 from shawnbot/patch-1
Use double quotes in README example
This commit is contained in:
@@ -23,9 +23,9 @@ $ npm i react95 styled-components
|
||||
```
|
||||
Apply style reset, wrap your app content with ThemeProvider with theme of your choice... and you are ready to go! 🚀
|
||||
```jsx
|
||||
import React from 'react';
|
||||
import React from "react";
|
||||
import { createGlobalStyle, ThemeProvider } from "styled-components";
|
||||
import { reset, themes, List, ListItem, Divider } from 'react95';
|
||||
import { reset, themes, List, ListItem, Divider } from "react95";
|
||||
|
||||
const ResetStyles = createGlobalStyle`
|
||||
${reset}
|
||||
|
||||
Reference in New Issue
Block a user