feat: update activities schedule and add new sessions for September 6th and 7th

This commit is contained in:
2025-09-06 13:20:11 +09:00
parent 01b61d41b9
commit 6f28b60ffd
2 changed files with 173 additions and 3 deletions
+9
View File
@@ -0,0 +1,9 @@
import React from 'react'
function PilotsPage() {
return (
<div>PilotsPage</div>
)
}
export default PilotsPage