💄 added svg to headers and fixed styling of table
Co-authored-by: Sindre Kjelsrud <kjelsrudsindre@gmail.com>
This commit is contained in:
parent
f293734490
commit
8abc9dd13e
6 changed files with 39 additions and 14 deletions
|
|
@ -1,15 +1,8 @@
|
|||
import { useEffect, useState } from 'react'
|
||||
import './App.css'
|
||||
import q from 'qjuul'
|
||||
import {
|
||||
MovieTableRow,
|
||||
MovieForm,
|
||||
Pagination,
|
||||
MovieTable,
|
||||
MovieModal,
|
||||
} from './components'
|
||||
import { MovieForm, Pagination, MovieTable, MovieModal } from './components'
|
||||
import type { movieObject } from './types/movie'
|
||||
import Modal from 'react-modal'
|
||||
|
||||
function App() {
|
||||
const API_MOVIE_KEY = 'd92949d8'
|
||||
|
|
|
|||
Reference in a new issue