Skip to content

Commit

Permalink
Revert "Day 3: Created error and loading routes"
Browse files Browse the repository at this point in the history
  • Loading branch information
ijlee2 committed Oct 17, 2023
1 parent 20c3fa1 commit fea842f
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 116 deletions.
5 changes: 0 additions & 5 deletions my-app/app/controllers/error.ts

This file was deleted.

2 changes: 0 additions & 2 deletions my-app/app/controllers/products/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,5 @@ import Controller from '@ember/controller';
import styles from './error.css';

export default class ProductsErrorController extends Controller {
declare model: any;

styles = styles;
}
5 changes: 0 additions & 5 deletions my-app/app/templates/error.hbs

This file was deleted.

7 changes: 0 additions & 7 deletions my-app/app/templates/loading.hbs

This file was deleted.

5 changes: 0 additions & 5 deletions my-app/app/templates/products/error.hbs

This file was deleted.

7 changes: 0 additions & 7 deletions my-app/app/templates/products/loading.hbs

This file was deleted.

43 changes: 0 additions & 43 deletions my-app/tests/acceptance/products/error-test.ts

This file was deleted.

42 changes: 0 additions & 42 deletions my-app/tests/acceptance/products/loading-test.ts

This file was deleted.

0 comments on commit fea842f

Please sign in to comment.