Merge branch 'master' into mononaut/hybrid-acceleration-checkout

This commit is contained in:
wiz
2024-06-28 21:26:23 +09:00
committed by GitHub
10 changed files with 85 additions and 63 deletions

View File

@@ -9,6 +9,11 @@ import { AccelerateCheckout } from '../accelerate-checkout/accelerate-checkout.c
import { AccelerateFeeGraphComponent } from '../accelerate-checkout/accelerate-fee-graph.component';
const routes: Routes = [
{
path: '',
redirectTo: '/',
pathMatch: 'full',
},
{
path: ':id',
component: TransactionComponent,