Skip to content

Commit

Permalink
fix: fix linting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
feerglas committed Oct 21, 2020
1 parent e5135ed commit 0b375ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/templates/Canton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,9 @@ import {
getNextHolidayAfterDate
} from '../helpers/date';
import Flag from '../assets/flags/Index.vue';
import getMetaInfo from '../helpers/meta';
import HolidaysInfoLine from '../components/HolidaysInfoLine.vue';
import HolidaysTable from '../components/HolidaysTable.vue';
import getMetaInfo from '../helpers/meta';
import YearsSelector from '../components/YearsSelector.vue';
export default {
Expand Down

0 comments on commit 0b375ad

Please sign in to comment.