updated config so to import from src folders easier
This commit is contained in:
parent
b7d859b083
commit
6d71ca75a9
3 changed files with 3 additions and 3 deletions
|
|
@ -1,8 +1,7 @@
|
|||
import { Theme, Typography } from "@mui/material";
|
||||
import { User } from "../models/user";
|
||||
import { makeStyles } from "@mui/styles";
|
||||
import { getSignatureAccentColour } from "../services/whiteLabel";
|
||||
import { Team } from "../models/team";
|
||||
import { Team, User } from "models";
|
||||
|
||||
const useStyles = makeStyles((theme: Theme) => ({
|
||||
profileName: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue