summaryrefslogtreecommitdiff
path: root/app/routes/api-artists.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/routes/api-artists.tsx')
-rw-r--r--app/routes/api-artists.tsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/routes/api-artists.tsx b/app/routes/api-artists.tsx
index ed762bf..6f83bcc 100644
--- a/app/routes/api-artists.tsx
+++ b/app/routes/api-artists.tsx
@@ -42,6 +42,3 @@ export async function action({ request }: ActionFunctionArgs) {
}
}
-export default function () {
- return null;
-}