Skip to content

Commit

Permalink
add .js back #629 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Mar 31, 2024
1 parent 5038b6c commit 6bc1a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/12_css/src/components/app.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import classNames from 'classnames';
import styles from './app.module.css';
import './app.css';
import { container } from './styles.css';
import { container } from './styles.css.js';
import { Counter } from './counter';
import { Banner } from './banner';

Expand Down

0 comments on commit 6bc1a70

Please sign in to comment.