Skip to content

Commit

Permalink
remove from routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zasa-san committed Apr 15, 2024
1 parent 0d321ad commit f5a718c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/react/Routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { IncomingHttpHeaders } from 'http';
import { App } from 'app/App/App';
import { LibraryCards } from 'app/Library/Library';
import { LibraryMap } from 'app/Library/LibraryMap';
import { PreserveSettings, EntityTypesList, FiltersForm, Settings } from 'app/Settings';
import { PreserveSettings, EntityTypesList, Settings } from 'app/Settings';
import { EditTemplate } from 'app/Templates/EditTemplate';
import NewTemplate from 'app/Templates/NewTemplate';
import { Login } from 'app/Users/Login';
Expand Down

0 comments on commit f5a718c

Please sign in to comment.