Fix imports

This commit is contained in:
Daniel Lautzenheiser 2022-09-19 21:20:34 -04:00
parent c5a8a7cc1a
commit ae38d1a2f4
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import styled from '@emotion/styled';
import React from 'react';
import PropTypes from 'prop-types';
import { colorsRaw } from './styles.js';
import { colorsRaw } from './styles';
import Icon from './Icon';
const GoBackButtonStyle = styled.a`