Remove src/assets
This commit is contained in:
@@ -4,16 +4,16 @@ import CommitteeContainer from "@components/CommitteeContainer";
|
|||||||
import { Divider, TextSection, Link } from "@components/index";
|
import { Divider, TextSection, Link } from "@components/index";
|
||||||
import { colors } from "@theme/colors";
|
import { colors } from "@theme/colors";
|
||||||
|
|
||||||
import BoardJson from "@assets/json/board.json";
|
import BoardJson from "./board.json";
|
||||||
import HvtmkJson from "@assets/json/hvtmk.json";
|
import HvtmkJson from "./hvtmk.json";
|
||||||
import MtmkJson from "@assets/json/mtmk.json";
|
import MtmkJson from "./mtmk.json";
|
||||||
import OptmkJson from "@assets/json/optmk.json";
|
import OptmkJson from "./optmk.json";
|
||||||
import OtmkJson from "@assets/json/otmk.json";
|
import OtmkJson from "./otmk.json";
|
||||||
import PtmkJson from "@assets/json/ptmk.json";
|
import PtmkJson from "./ptmk.json";
|
||||||
import SstmkJson from "@assets/json/sstmk.json";
|
import SstmkJson from "./sstmk.json";
|
||||||
import TtmkJson from "@assets/json/ttmk.json";
|
import TtmkJson from "./ttmk.json";
|
||||||
import UtmkJson from "@assets/json/utmk.json";
|
import UtmkJson from "./utmk.json";
|
||||||
import YtmkJson from "@assets/json/ytmk.json";
|
import YtmkJson from "./ytmk.json";
|
||||||
|
|
||||||
const BlueLink = styled(Link)`
|
const BlueLink = styled(Link)`
|
||||||
color: ${colors.blue1};
|
color: ${colors.blue1};
|
||||||
|
|||||||
@@ -25,9 +25,6 @@
|
|||||||
],
|
],
|
||||||
"baseUrl": "./",
|
"baseUrl": "./",
|
||||||
"paths": {
|
"paths": {
|
||||||
"@assets/*": [
|
|
||||||
"src/assets/*"
|
|
||||||
],
|
|
||||||
"@components/*": [
|
"@components/*": [
|
||||||
"src/components/*"
|
"src/components/*"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user