Skip to content

Commit

Permalink
Fix linting issues and removed unneccessary import statement
Browse files Browse the repository at this point in the history
  • Loading branch information
muditchoudhary committed Oct 17, 2023
1 parent eb6f3fc commit ea0135b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions docs/pages/ktexttruncator.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@

import KTextTruncator from '../../lib/KTextTruncator.vue';
<template>

<DocsPageTemplate :apiDocs="true">
Expand Down
2 changes: 1 addition & 1 deletion lib/KThemePlugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import KTabsPanel from './tabs/KTabsPanel';
import KTextbox from './KTextbox';
import KTooltip from './KTooltip';
import KTransition from './KTransition';
import KTextTruncator from "./KTextTruncator"
import KTextTruncator from './KTextTruncator';

import { themeTokens, themeBrand, themePalette, themeOutlineStyle } from './styles/theme';
import globalThemeState from './styles/globalThemeState';
Expand Down

0 comments on commit ea0135b

Please sign in to comment.