Skip to content

Commit f773d9d

Browse files
authored
Merge pull request #492 from NaucMeIT/refactor/coursition-kebab-case-components
2 parents 0a9249c + 98db4b1 commit f773d9d

File tree

8 files changed

+6
-6
lines changed

8 files changed

+6
-6
lines changed

apps/coursition/app/router.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ import { createRouter as createTanStackRouter } from '@tanstack/react-router'
44
import { routerWithQueryClient } from '@tanstack/react-router-with-query'
55
import { ConvexProvider } from 'convex/react'
66

7-
import { DefaultCatchBoundary } from './components/defaultCatchBoundary'
8-
import { NotFound } from './components/notFound'
7+
import { DefaultCatchBoundary } from './components/default-catch-boundary'
8+
import { NotFound } from './components/not-found'
99
import { routeTree } from './routeTree.gen'
1010

1111
export function createRouter() {

apps/coursition/app/routes/index.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ import { useActionState, useState } from 'react'
55
import { toast } from 'sonner'
66
import { z } from 'zod'
77
import { zfd } from 'zod-form-data'
8-
import { FileDropper } from '../components/fileDropper'
9-
import { StatusDisplay } from '../components/statusDisplay'
10-
import { TranscriptionResults } from '../components/transcriptionResults'
11-
import { VideoPlayer } from '../components/videoPlayer'
8+
import { FileDropper } from '../components/file-dropper'
9+
import { StatusDisplay } from '../components/status-display'
10+
import { TranscriptionResults } from '../components/transcription-results'
11+
import { VideoPlayer } from '../components/video-player'
1212
import { app } from '../lib/backend'
1313

1414
export const Route = createFileRoute('/')({

0 commit comments

Comments
 (0)