Skip to content

Commit

Permalink
Try two module.css files
Browse files Browse the repository at this point in the history
  • Loading branch information
theLAZYmd authored and theLAZYmd committed Apr 1, 2021
1 parent fe70ced commit 1bf11a6
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/Frame.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import cx from 'classnames';
import { CalendarEvent } from './Event';
import { getDisplayTime, getEventDate } from './utils';
import { useMemo } from 'react';
const defaultStyles = require('../css/frame.module.css');
const defaultStyles = require('./css/frame.module.css');

const defaultDayLabels = ['MON', 'TUE', 'WED', 'THU', 'FRI', 'SAT', 'SUN'];
const defaultWeeks = 4;
Expand Down
2 changes: 1 addition & 1 deletion src/Key.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { useMemo } from 'react';
const defaultStyles = require('../css/key.module.css');
const defaultStyles = require('./css/key.module.css');

export interface CalendarKeyProps {
classNames?: {
Expand Down
Empty file added src/css/frame.module.css
Empty file.
Empty file added src/css/key.module.css
Empty file.

0 comments on commit 1bf11a6

Please sign in to comment.