Skip to content

chore: simplify imports #9896

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Sep 28, 2023
Merged

chore: simplify imports #9896

merged 2 commits into from
Sep 28, 2023

Conversation

aslilac
Copy link
Member

@aslilac aslilac commented Sep 27, 2023

Just doing some spring cleaning this week :)

@@ -2,7 +2,7 @@ import Box from "@mui/material/Box";
import { makeStyles } from "@mui/styles";
import Typography from "@mui/material/Typography";
import { FC, ReactNode } from "react";
import { combineClasses } from "../../utils/combineClasses";
import { combineClasses } from "utils/combineClasses";
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is another abstraction I wonder about sometimes.

Copy link
Member

@Kira-Pilot Kira-Pilot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

awesome!

@aslilac aslilac merged commit 0f94666 into main Sep 28, 2023
@aslilac aslilac deleted the import-sweeping branch September 28, 2023 15:21
@github-actions github-actions bot locked and limited conversation to collaborators Sep 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants