Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Feb 19, 2024
1 parent 313ebfc commit 03fa9fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 150 deletions.
148 changes: 0 additions & 148 deletions js/src/forum/components/PollsDirectory.tsx

This file was deleted.

2 changes: 0 additions & 2 deletions js/src/forum/extend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ import Discussion from 'flarum/common/models/Discussion';
import Poll from './models/Poll';
import PollOption from './models/PollOption';
import PollVote from './models/PollVote';
import PollsDirectory from './components/PollsDirectory';
import PollsPage from './components/PollsPage';

export default [
new Extend.Routes() //
// .add('fof_polls_directory', '/polls', PollsDirectory),
.add('fof_polls_directory', '/polls', PollsPage),

new Extend.Store() //
Expand Down

0 comments on commit 03fa9fa

Please sign in to comment.