mirror of
https://github.com/neon443/ShhShell.git
synced 2026-03-11 21:36:17 +00:00
startedOnOnboarding
This commit is contained in:
18
ShhShell/Views/Onboarding/WelcomeView.swift
Normal file
18
ShhShell/Views/Onboarding/WelcomeView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// WelcomeView.swift
|
||||
// ShhShell
|
||||
//
|
||||
// Created by neon443 on 27/08/2025.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct WelcomeView: View {
|
||||
var body: some View {
|
||||
Text("Welcome")
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
WelcomeView()
|
||||
}
|
||||
Reference in New Issue
Block a user