Formatting

This commit is contained in:
2022-07-14 14:58:50 -07:00
parent c954b73da4
commit 21972b7ebf
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
import React, { useState } from 'react';
import { Route, Link } from 'react-router-dom';
import { Route, Link } from 'react-router-dom';
import './light.css';
import { Container, Form, Header, Image, Message, Segment } from 'semantic-ui-react';
import { requester } from './utils.js';