Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .cspell-wordlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -229,3 +229,4 @@ imgproc
c10
probas
Probas
Skia
2 changes: 1 addition & 1 deletion apps/computer-vision/app/_layout.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Drawer } from 'expo-router/drawer';
import ColorPalette from '../colors';
import { ColorPalette } from '../theme';
import React from 'react';

export default function Layout() {
Expand Down
Loading