Minor changes to the NewFeedEntryView; fixed some other classes because of compile errors

This commit is contained in:
severin.memmishofer
2023-07-10 17:49:42 +02:00
parent 1f664b4250
commit 988dca5ff1
6 changed files with 30 additions and 16 deletions

View File

@@ -131,7 +131,6 @@
F5847B652A599EA4009E28D4 /* Feed.swift */,
F5847B692A59AB24009E28D4 /* FeedStore.swift */,
96BD330D2A5C254B007A6E53 /* TextApp.swift */,
96BD330F2A5C27B0007A6E53 /* NewFeedEntryView.swift */,
);
path = RippleChat;
sourceTree = "<group>";
@@ -164,6 +163,7 @@
96BD33112A5C3FFC007A6E53 /* Views */ = {
isa = PBXGroup;
children = (
96BD330F2A5C27B0007A6E53 /* NewFeedEntryView.swift */,
96BD33122A5C400B007A6E53 /* FeedListView.swift */,
96BD33152A5C403C007A6E53 /* PeeringView.swift */,
96BD33172A5C404F007A6E53 /* FriendsListView.swift */,