import React from "react"; import { motion } from "framer-motion"; import { styles } from "../styles"; import { SectionWrapper } from "../hoc"; import { fadeIn, textVariant } from "../utils/motion"; const Preproblems = () => { return ( <>

เทสๆ

Problems

Welcome to the 12th SOS camp, a preparation camp for SKE21 students. We hope that students will definitely gain knowledge and enjoyment. ); }; export default SectionWrapper(Preproblems, "about");