import Head from "./head"; import List from "./List"; function TurnsPage({ data }) { return (
) } export default TurnsPage