Skip to content

Commit

Permalink
fix: imported tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshsinghrathore committed Dec 13, 2023
1 parent f4f75d8 commit 532a311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/stories/Components/Cta.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'

import 'tailwindcss/tailwind.css';
export default function Cta() {
return (
<div>
Expand Down
2 changes: 1 addition & 1 deletion src/stories/Components/Hero.jsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React from 'react'

import 'tailwindcss/tailwind.css';
export default function Hero() {
return (
<div>
Expand Down

0 comments on commit 532a311

Please sign in to comment.