Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Remove old cal module
Browse files Browse the repository at this point in the history
  • Loading branch information
henrist committed Jan 4, 2020
1 parent ea7b87d commit 42491cb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 476 deletions.
2 changes: 0 additions & 2 deletions src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ import Index from './components/Index'

import Admin from './admin'
import Auth from './modules/auth'
import Cal from './modules/cal'
import Varer from './modules/varer'
import Voucher from './modules/voucher'
import Z from './modules/z'
Expand All @@ -35,7 +34,6 @@ const App = () => (
<Route exact path="/" component={Index} />
{Admin}
{Auth}
{Cal}
{Varer}
{Voucher}
{Z}
Expand Down
3 changes: 0 additions & 3 deletions src/components/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,6 @@ class Nav extends React.Component {
<MenuItem header>Modules</MenuItem>
<NavLink to="/z/stats">Statistics</NavLink>
</NavDropdown>
<NavDropdown title="Calendar" id="nav-cal-dropdown">
<NavLink to="/cal/list">Overview</NavLink>
</NavDropdown>
<NavDropdown title="Vouchers" id="nav-voucher-dropdown">
<NavLink to="/voucher/stats">Overview</NavLink>
<NavLink to="/voucher/use">Use vouchers</NavLink>
Expand Down
13 changes: 0 additions & 13 deletions src/modules/cal/actionTypes.js

This file was deleted.

30 changes: 0 additions & 30 deletions src/modules/cal/actions.js

This file was deleted.

80 changes: 0 additions & 80 deletions src/modules/cal/components/Event.js

This file was deleted.

116 changes: 0 additions & 116 deletions src/modules/cal/components/List.js

This file was deleted.

19 changes: 0 additions & 19 deletions src/modules/cal/components/Tag.js

This file was deleted.

26 changes: 0 additions & 26 deletions src/modules/cal/components/Tag.scss

This file was deleted.

3 changes: 0 additions & 3 deletions src/modules/cal/getters.js

This file was deleted.

25 changes: 0 additions & 25 deletions src/modules/cal/index.js

This file was deleted.

33 changes: 0 additions & 33 deletions src/modules/cal/services/CalendarService.js

This file was deleted.

Loading

0 comments on commit 42491cb

Please sign in to comment.