We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 016496b commit a83af1bCopy full SHA for a83af1b
src/components/home.component.tsx
@@ -1,5 +1,5 @@
1
import React from "react";
2
-import * as classes from "./home.component.style";
+import * as classes from "./home.style";
3
import { switchRoutes } from "router/index"; // Using alias for router
4
const image = require("images/godzilla.jpg"); // Using alias for image
5
src/components/home.component.style.tsx renamed to src/components/home.style.ts
0 commit comments