mirror of
https://github.com/sstent/AICyclingCoach.git
synced 2026-02-17 20:55:52 +00:00
sync
This commit is contained in:
10
frontend/pages/Rules.jsx
Normal file
10
frontend/pages/Rules.jsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
|
||||
const Rules = () => (
|
||||
<div className="p-6">
|
||||
<h1 className="text-2xl font-bold mb-4">Training Rules</h1>
|
||||
<p className="text-gray-600">Training rules page under development</p>
|
||||
</div>
|
||||
);
|
||||
|
||||
export default Rules;
|
||||
Reference in New Issue
Block a user