Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kellyredd committed Jun 10, 2024
1 parent 05c6c09 commit c77e316
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion stories/Calendar.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import { action } from '@storybook/addon-actions'

import demoEvents from './resources/events'
// import demoResourceEvents from './resources/resourceEvents'
import { Calendar } from '../src'

import {
Expand Down
5 changes: 0 additions & 5 deletions stories/resources/resourceEvents.js
Original file line number Diff line number Diff line change
@@ -1,35 +1,30 @@
export default {
events: [
{
id: 1,
title: 'Rencontre',
resourceId: 'a',
start: new Date(2015, 3, 2, 5, 30, 0, 0),
end: new Date(2015, 3, 2, 10, 30, 0, 0),
},
{
id: 2,
title: 'Another Meeting',
resourceId: 'b',
start: new Date(2015, 3, 1, 2, 30, 0, 0),
end: new Date(2015, 3, 1, 4, 30, 0, 0),
},
{
id: 3,
title: 'A',
resourceId: 'a',
start: new Date(2015, 3, 4, 5, 30, 0, 0),
end: new Date(2015, 3, 4, 10, 30, 0, 0),
},
{
id: 4,
title: 'B',
resourceId: 'b',
start: new Date(2015, 3, 4, 5, 30, 0, 0),
end: new Date(2015, 3, 4, 10, 30, 0, 0),
},
{
id: 5,
title: 'C',
resourceId: 'c',
start: new Date(2015, 3, 4, 5, 30, 0, 0),
Expand Down

0 comments on commit c77e316

Please sign in to comment.