Skip to content
This repository was archived by the owner on May 4, 2023. It is now read-only.

Commit a24a3a9

Browse files
chore: moved page import to the correct area
1 parent ca3a134 commit a24a3a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/renderer/App.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ import MyCookbooks from './pages/MyCookbooks';
1111
import MySnippets from './pages/MySnippets';
1212
import TeamCookbooks from './pages/TeamCookbooks';
1313
import TeamSnippets from './pages/TeamSnippets';
14+
import ViewSnippet from './pages/ViewSnippet';
15+
import ViewCookbookSnippets from './pages/ViewCookbookSnippets';
1416

1517
// STYLES
1618
import './styles/reboot.css';

0 commit comments

Comments
 (0)