-
-
-
-
-
-
-
-
-
-
-
-
- {track && (
- <>
-
-
- {isAuthor && }
- >
- )}
-
-
-
-
-
-
-
- {/* {JSON.stringify(data, null, 2)}
*/}
-
- )
-})
-
-export default TrackPage
diff --git a/src/pages/TrackPage/TrackActions.tsx b/src/pages/TrackPage/TrackActions.tsx
new file mode 100644
index 0000000..258f449
--- /dev/null
+++ b/src/pages/TrackPage/TrackActions.tsx
@@ -0,0 +1,13 @@
+import React from 'react'
+import {Link} from 'react-router-dom'
+import {Button} from 'semantic-ui-react'
+
+export default function TrackActions({slug}) {
+ return (
+