Skip to content

Commit 16af0c1

Browse files
committed
refactor: Move SessionView to components/session/
Move SessionView from sources/-session/ to sources/components/session/ for better organization. The dash-prefixed directory was used to exclude from Expo Router, but components should live in the components directory. - sources/components/session/SessionView.tsx - sources/app/(app)/session/[id].tsx
1 parent dfbc9fc commit 16af0c1

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sources/app/(app)/session/[id].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import * as React from 'react';
22
import { useRoute } from "@react-navigation/native";
3-
import { SessionView } from '@/-session/SessionView';
3+
import { SessionView } from '@/components/session/SessionView';
44

55

66
export default React.memo(() => {
File renamed without changes.

0 commit comments

Comments
 (0)