mirror of
https://github.com/XFox111/MuiCharts.git
synced 2026-04-22 06:51:05 +03:00
- Moved frontend to a separate folder
- Updated README.md
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
/** Represents the type of surface. */
|
||||
enum Surface
|
||||
{
|
||||
SAND,
|
||||
ASPHALT,
|
||||
GROUND
|
||||
}
|
||||
|
||||
export default Surface;
|
||||
Reference in New Issue
Block a user