Skip to content

Commit

Permalink
fix: minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
akring committed Sep 19, 2023
1 parent a402172 commit 00c2e83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Sources/AppLibrary/AppMetaData.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

import SwiftUI

enum AppMetaData {
public enum AppMetaData {
case starorder
case fasting
case newworld
Expand Down
4 changes: 2 additions & 2 deletions Sources/AppLibrary/SettingAppItemCell.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@

import SwiftUI

struct SettingAppItemCell: View {
public struct SettingAppItemCell: View {
var meta: AppMetaData

var body: some View {
public var body: some View {
HStack(spacing: 15) {
meta.icon()
.resizable()
Expand Down

0 comments on commit 00c2e83

Please sign in to comment.