Skip to content

Commit

Permalink
chore(avatar): remove skin.css from story file
Browse files Browse the repository at this point in the history
  • Loading branch information
pfulton committed Feb 6, 2023
1 parent 39fddad commit a66e376
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/avatar/stories/template.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ export const Template = ({
try {
// Load styles for this component
import(/* webpackPrefetch: true */ "../index.css");
import(/* webpackPrefetch: true */ "../skin.css");
} catch (e) {
console.warn(e);
}
Expand Down

0 comments on commit a66e376

Please sign in to comment.