[components][lg] - pdf viewer

This commit is contained in:
Luccas Mateus de Medeiros Gomes
2023-07-12 14:50:30 -03:00
parent 58b7b4e753
commit 11659a838b
6 changed files with 101 additions and 12 deletions

View File

@@ -1,6 +1,10 @@
/** @type {import('tailwindcss').Config} */
export default {
content: ['./index.html', './src/**/*.{js,ts,jsx,tsx}'],
content: [
'./index.html',
'./src/**/*.{js,ts,jsx,tsx}',
'./stories/*.{js,ts,jsx,tsx}',
],
theme: {},
plugins: [],
};