Skip to content

Commit

Permalink
fix(components): revert component import to specific root
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilherme Lima GOnçalves committed Aug 8, 2023
1 parent 0060c62 commit 6e7edb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cra-ts/src/components/App/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import "./App.css";

import { useState } from "react";

import { Button } from "omega-react-ui";
import { Button } from "omega-react-ui/@forms/buttons";

import logo from "./logo.svg";

Expand Down

0 comments on commit 6e7edb6

Please sign in to comment.