Skip to content
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
400
Merge Requests
64
CI / CD
Security & Compliance
Packages
Analytics
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Commits
b7c38f1b
Commit
b7c38f1b
authored
1 hour ago
by
Ben Hayward
Browse files
Options
Download
Un needed import
parent
5cfdc4d8
fix/url-hashtag-count
1 merge request
!772
Fix/url hashtag count #2361
Pipeline
#117712625
running with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
src/app/modules/newsfeed/poster/poster.component.ts
View file @
b7c38f1b
...
...
@@ -20,7 +20,6 @@ import { InMemoryStorageService } from '../../../services/in-memory-storage.serv
import
{
AutocompleteSuggestionsService
}
from
'
../../suggestions/services/autocomplete-suggestions.service
'
;
import
{
NSFWSelectorComponent
}
from
'
../../../common/components/nsfw-selector/nsfw-selector.component
'
;
import
{
TagsService
}
from
'
../../../common/services/tags.service
'
;
import
{
worker
}
from
'
cluster
'
;
@
Component
({
moduleId
:
module
.
id
,
...
...
This diff is collapsed.
Please
register
or
sign in
to comment