Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flocky674 committed Oct 1, 2024
1 parent e042312 commit 649dcc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ import { TabletPage } from './pages/TabletPage';
import { AccessoriesPage } from './pages/AccessoriesPage';
import { FavoritesPage } from './pages/FavoritesPage';
import { CartPage } from './pages/CartPage';
import './styles/index.scss';
import { NotFoundPage } from './pages/NotFoundPage';
import './styles/index.scss';

export const Root = () => (
<Router>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/HomePage/HomePage.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import React from 'react';

export const HomePage = () => <h1>Welcome to Nice Gadgets store!</h1>;
export const HomePage = () => <h1>Product Catalog</h1>;

0 comments on commit 649dcc9

Please sign in to comment.