Skip to content

Commit

Permalink
switch to esm modules for config.js files.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhouston committed Jul 12, 2023
1 parent e4a4601 commit 22599ce
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/graph-editor/tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
export default {
content: [
'./public/index.html',
'./src/**/*.{js,ts,jsx,tsx,css}',
Expand Down

0 comments on commit 22599ce

Please sign in to comment.