Skip to content

Commit

Permalink
text
Browse files Browse the repository at this point in the history
  • Loading branch information
deepumandal committed Aug 4, 2024
1 parent 32315f7 commit 0d8c060
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/components/ui/index.ts
Original file line number Diff line number Diff line change
@@ -1,11 +1,3 @@
/* eslint-disable no-unused-vars */
/* eslint-disable @typescript-eslint/no-unsafe-member-access */
/* eslint-disable @typescript-eslint/no-unused-vars */
function endsWith(x: string, y: string) {
const index = x.lastIndexOf(y);
return x.lastIndexOf(y) === x.length - y.length;
}

export { Block } from "./Block";
export { Container } from "./Container";
export { Flex } from "./Flex";
Expand Down

0 comments on commit 0d8c060

Please sign in to comment.