Skip to content

Commit

Permalink
fix: update css file imports
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska authored and chrisfalaska committed Dec 4, 2024
1 parent c2e3507 commit a6269d8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/datepicker/src/auro-calendar-month.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import styleCss from "./style-auro-calendar-month-css.js";
import colorCss from "./color-month-css.js";
import tokensCss from "./tokens-css.js";
import styleCss from "./styles/style-auro-calendar-month-css.js";
import colorCss from "./styles/color-month-css.js";
import tokensCss from "./styles/tokens-css.js";

import { html } from 'lit';

Expand Down

0 comments on commit a6269d8

Please sign in to comment.