Skip to content

Commit

Permalink
Created branch. Updated names on components
Browse files Browse the repository at this point in the history
  • Loading branch information
Sammy Olsson committed Jun 6, 2023
1 parent e2db111 commit 277cdc3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion jsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"compilerOptions": {
"baseUrl": "./src"
}
}
}
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React from 'react';
import { Nav } from 'components/nav';
import { Footer } from 'components/footer';
import { Nav } from 'components/Navigation';
import { Footer } from 'components/Footer';
import StartPage from 'components/StartPage';
import { LocationSection } from 'components/LocationLink';

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion src/components/StartPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import React, { useEffect, useState } from 'react';
import styled from 'styled-components';
import { Search } from './search';
import { Search } from './Search'

// MAKE CONST OF API

Expand Down

0 comments on commit 277cdc3

Please sign in to comment.