From 2ced80770d7366caffa105f03f01269aa0ff577e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B3=B6=20=E4=BC=8A=E7=B9=94=20/=20Iori=20Kojim?= =?UTF-8?q?a?= Date: Sat, 20 Apr 2024 00:53:18 +0900 Subject: [PATCH] Fix Duplicate Import (#1375) --- Apps/Playground/iOS/ViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Apps/Playground/iOS/ViewController.swift b/Apps/Playground/iOS/ViewController.swift index 831f5acab..35bb5433a 100644 --- a/Apps/Playground/iOS/ViewController.swift +++ b/Apps/Playground/iOS/ViewController.swift @@ -1,6 +1,5 @@ import UIKit import MetalKit -import UIKit /** * A very simple gesture recognizer. All that it does is to emulate the functionality found in other platforms