Skip to content

Commit 544e91e

Browse files
committed
Update examples
1 parent af403be commit 544e91e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/src/App.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
import { classNamesFunc } from "classnames-generics";
22
import { VFC } from "react";
33
import styles from "./App.module.scss";
4-
import commonStyles, { ClassNames } from "./common/common.module.css";
4+
import commonStyles from "./common/common.module.css";
55

6-
const classNames = classNamesFunc<keyof typeof styles | ClassNames>();
6+
const classNames = classNamesFunc<keyof typeof styles>();
77
type Props = {
88
active: boolean;
99
};

0 commit comments

Comments
 (0)