Skip to content

Commit

Permalink
#11: Moves CSS files
Browse files Browse the repository at this point in the history
  • Loading branch information
williamquintas authored and arthursimas1 committed Jun 1, 2023
1 parent 3909670 commit c7d4db9
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 6 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
12 changes: 6 additions & 6 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import { AppProps } from "next/app";
import Head from "next/head";
import { useState } from "react";
import { Provider } from "react-redux";
import "../components/ColorPicker/ColorPicker.css";
import "../components/FilesSelectionContainer/FilesSelectionContainer.css";
import "../components/FileUploadButton/FileUploadButton.css";
import Footer from "../components/Footer/Footer";
import "../components/Footer/Footer.css";
import Header from "../components/Header/Header";
import "../components/Header/Header.css";
import "../components/Map/Map.css";
import store from "../config/store";
import theme from "../config/theme";
import "../css/ColorPicker.css";
import "../css/FilesSelectionContainer.css";
import "../css/FileUploadButton.css";
import "../css/Footer.css";
import "../css/Header.css";
import "../css/Map.css";
import { createEmotionCache } from "./_document";

export interface ICoordinatesData {
Expand Down

0 comments on commit c7d4db9

Please sign in to comment.