Skip to content

Commit

Permalink
Merge pull request #18 from licos87/master
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Oct 23, 2024
2 parents 2d28415 + 104795d commit 430db81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/presenter/list-presenter.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { SortType, FilterType, UpdateType, UserAction } from '../const.js';
import { sortEventsByDay, sortEventsByTime, sortEventsByPrice } from '../utils/sort.js';
import { filter } from '../utils/filter.js';

import NewTripPointPresenter from './new-trip-points-presenter.js';
import NewTripPointPresenter from './new-trip-point-presenter.js';
import TripPointsPresenter from './trip-points-presenter.js';

import SortEventsView from '../view/sort-events-view.js';
Expand Down
File renamed without changes.

0 comments on commit 430db81

Please sign in to comment.