Skip to content

Commit

Permalink
feat: testing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Polybius93 committed Nov 6, 2023
1 parent 7ae0a2c commit fe25261
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app/components/gt-action-test-component.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
import { Text, VStack } from "@chakra-ui/react";
import React from "react";


export function GithubActionTestComponents(): React.JSX.Element {
return (
<VStack marginY={"350px"}>
<Text color={"white"}>GithubActionTestComponents</Text>
</VStack>
);
}

0 comments on commit fe25261

Please sign in to comment.