Initial commit
This commit is contained in:
6
app/routes/crypto-details.tsx
Normal file
6
app/routes/crypto-details.tsx
Normal file
@@ -0,0 +1,6 @@
|
||||
import { CryptoDetailsPage } from "../pages/crypto-details/CryptoDetailsPage";
|
||||
|
||||
|
||||
export default function CryptoDetails() {
|
||||
return <CryptoDetailsPage />;
|
||||
}
|
||||
Reference in New Issue
Block a user