Skip to content
This repository has been archived by the owner on Aug 30, 2023. It is now read-only.

Commit

Permalink
🚚 - renamed check-in component
Browse files Browse the repository at this point in the history
  • Loading branch information
paulywill committed Apr 29, 2019
1 parent 9c69d2d commit 065ef07
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion client/src/components/Dashboard.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import React, { Component } from 'react';
import axios from 'axios';

import NewHabit from './NewHabit';
import CheckIn from './check-in';
import CheckIn from './CheckIn';
import CurrentHabit from './CurrentHabit';
import Progress from './Progress';

Expand Down

0 comments on commit 065ef07

Please sign in to comment.