Skip to content

Commit b2e8454

Browse files
author
Marek Rozmus
committed
Replace classnames with std module
1 parent a0a6918 commit b2e8454

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

examples/package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
},
5454
"dependencies": {
5555
"@sandstreamdev/react-swipeable-list": "^0.2.1",
56-
"classnames": "^2.2.6",
56+
"@sandstreamdev/std": "^0.1.2",
5757
"react": "^16.9.0",
5858
"react-dom": "^16.9.0"
5959
}

examples/src/ComplexItemContent.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from 'react';
22
import PropTypes from 'prop-types';
3-
import classNames from 'classnames';
3+
import { classNames } from '@sandstreamdev/std/web';
44

55
import styles from './ComplexItemContent.module.css';
66

0 commit comments

Comments
 (0)