mirror of
https://github.com/Mastermindzh/react-cookie-consent.git
synced 2025-08-01 07:04:34 +02:00
removed webpack from dependencies and removed the stray '2' from the code
This commit is contained in:
@@ -7,7 +7,7 @@ class App extends Component {
|
||||
|
||||
render() {
|
||||
|
||||
Cookies.set("test", "nice2")
|
||||
Cookies.set("test", "nice")
|
||||
|
||||
return (
|
||||
<div className="App">
|
||||
|
Reference in New Issue
Block a user