Skip to content

Commit

Permalink
public
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftfulthinking-llc committed Mar 2, 2024
1 parent e4b71b2 commit 7e6e2d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/SwiftfulUI/Stacks/LazyZStack.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
//
// LazyZStack.swift
//
//
//
// Created by Nick Sarno on 3/1/24.
//

import SwiftUI
import SwiftfulRecursiveUI

typealias LazyZStack = SwiftfulRecursiveUI.AnyRecursiveView
public typealias LazyZStack = SwiftfulRecursiveUI.AnyRecursiveView

0 comments on commit 7e6e2d1

Please sign in to comment.