style: fix code formatting and remove unused imports

- Fix indentation in Preview.tsx and normalize quotes
- Remove unused import in selectStarterTemplate.ts
- Improve code readability in api.github-template.ts
This commit is contained in:
KevIsDev
2025-04-15 15:33:12 +01:00
parent 63129a93cd
commit 76ed2bef69
4 changed files with 52 additions and 46 deletions

View File

@@ -29,4 +29,4 @@ export const loader: LoaderFunction = async ({ request }) => {
return new Response(htmlContent, {
headers: { 'Content-Type': 'text/html' },
});
};
};