diff options
Diffstat (limited to 'iTexSnip/DetailedSnippetView.swift')
-rw-r--r-- | iTexSnip/DetailedSnippetView.swift | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/iTexSnip/DetailedSnippetView.swift b/iTexSnip/DetailedSnippetView.swift deleted file mode 100644 index bcf9ece..0000000 --- a/iTexSnip/DetailedSnippetView.swift +++ /dev/null @@ -1,18 +0,0 @@ -// -// DetailedSnippetView.swift -// iTexSnip -// -// Created by Navan Chauhan on 10/21/24. -// - -import SwiftUI - -struct DetailedSnippetView: View { - var body: some View { - Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/) - } -} - -#Preview { - DetailedSnippetView() -} |